Skip to content

Commit

Permalink
Website: Improve appearance of theme selector
Browse files Browse the repository at this point in the history
  • Loading branch information
Golmote committed Mar 19, 2018
1 parent de5a2b6 commit 0460cad
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -241,14 +241,17 @@ header {

#theme > label {
position: relative;
display: block;
width: 7em;
display: flex;
justify-content: center;
align-items: center;
width: 8.5em;
height: 8.5em;
line-height: 1em;
padding: 3em 0;
border-radius: 50%;
background: hsla(0,0%,100%,.5);
cursor: pointer;
font-size: 110%;
font-size: 90%;
padding: 0;
}

#theme > label:before {
Expand Down

0 comments on commit 0460cad

Please sign in to comment.