Skip to content

Commit

Permalink
increase VK button text visibility
Browse files Browse the repository at this point in the history
Signed-off-by: maxnth <maximilian.noeth@protonmail.com>
  • Loading branch information
maxnth committed Mar 1, 2022
1 parent 96a9ae2 commit d954423
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion scss/viewer.scss
Expand Up @@ -283,7 +283,11 @@ body{
margin:0px;
text-transform: none;
padding: 0px 5px 0px 5px;
background-color: #03a9f4;
background-color: #4cc7ff;
color: #000000FF;
height: 44px;
line-height: 44px;
font-size: 1.3em;
}
.draggable-target {
padding-left:5px;
Expand Down

0 comments on commit d954423

Please sign in to comment.