Last active
March 6, 2017 23:57
-
-
Save adamzaninovich/69ab96f4f64bdfb446f505ede6a74ad5 to your computer and use it in GitHub Desktop.
This is a theme tweak for YakYak
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html.material { | |
--white: #202B31; | |
--ghostwhite: #2d3d46; | |
--lightgrey: #28353B; | |
--altgrey: #2B3E41; | |
--grey: #303F47; | |
--darkgrey: #617E8A; | |
--lightblack: #455a64; | |
--black: #99B1B7; | |
--green: #900F3C; | |
--darkgreen: #790d32; | |
--red: #900F3C; | |
--darkred: #790d32; | |
--link: #14a3be; | |
} | |
html.material .listhead, | |
html.material .convhead .name, | |
html.material .controls .button, | |
html.material .convhead .headwrap > .button, | |
html.material .convadd .button, | |
html.material .convlist .conv .unreadcount { | |
color: #c6d3d7; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Contents/Resources/app/ui/app.css
html.material
section with this css