Skip to content

Commit

Permalink
3.5
Browse files Browse the repository at this point in the history
- Added skin-tones* 💪💪🏻💪🏼💪🏽💪🏾💪🏿
- Added "OpenMoji" and "OS emoji font" 🥳 

*you can change the skin-tone in Settings
  • Loading branch information
Sav22999 authored Aug 22, 2020
2 parents e983917 + f04d784 commit 71e3d02
Show file tree
Hide file tree
Showing 5 changed files with 290 additions and 219 deletions.
18 changes: 18 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,10 @@ div#review-message {
font-family: zilla-slab, sans-serif;
}

.font-default {
font-family: sans-serif;
}

.font-size-16 {
font-size: 16px;
}
Expand Down Expand Up @@ -463,6 +467,16 @@ div {
min-width: 60px;
}

.description-subsection-settings {
font-size: 14px;
height: 30px;
font-family: zilla-slab, sans-serif;
display: none;
color: #0a84ff;
font-style: italic;
font-weight: bold;
}

#subsection-settings-bottom {
text-align: right;
}
Expand Down Expand Up @@ -498,6 +512,10 @@ div {
background-position: 70px center;
}

.select-big {
width: 150px;
background-position: 120px center;
}

/*Dark and light themes*/

Expand Down
Loading

0 comments on commit 71e3d02

Please sign in to comment.