Skip to content

Instantly share code, notes, and snippets.

: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;
/*root {
transition: none !important;
}*/
html ::selection, body ::selection {
background: #25252580;
}
@mast-range
mast-range / LA-mini.css
Created March 22, 2021 05:04
LearnAwesome Mini Theme
/*-----------------------------------------------------------------------
LearnAwesome Mini Theme
-----------------------------------------------------------------------*/
* {
background-color: var(--bg);
color: var(--text);
--tw-ring-color: var(--accentCyan) !important;
--tw-ring-offset-shadow: none
font-size: 1rem;
@mast-range
mast-range / blacklead-dark.css
Last active March 22, 2021 02:40
Mastodon theme: blacklead (low-contrast)
/** ------------------------------------------------------
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