This file contains hidden or 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
:root { | |
--highlight: rgb(201, 233, 233); | |
--text: black; | |
--dropshadow: #00fefe63; | |
--bg: rgb(236, 241, 241); | |
/* inputs for background-image: linear-gradient() */ | |
--grad1: #fff0; | |
--grad2: rgba(203, 232, 232, .57); | |
--grad3: #ae04ae12; |
This file contains hidden or 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
/*root { | |
transition: none !important; | |
}*/ | |
html ::selection, body ::selection { | |
background: #25252580; | |
} |
This file contains hidden or 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
/*----------------------------------------------------------------------- | |
LearnAwesome Mini Theme | |
-----------------------------------------------------------------------*/ | |
* { | |
background-color: var(--bg); | |
color: var(--text); | |
--tw-ring-color: var(--accentCyan) !important; | |
--tw-ring-offset-shadow: none | |
font-size: 1rem; |
This file contains hidden or 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
/** ------------------------------------------------------ | |
Mastodon theme: blacklead (low-contrast) | |
by mast | |
Mar 20, 2021 | |
- toned down avatar and user information appearance | |
- low contrast, low saturation, dark gray background | |
Adapted from Frederikam's deep dark theme https://gist.github.com/Frederikam/b0ab4e67df01938ab7d7a589ca3987f1 based on Mastodon Flat |