Allow making posts "featured", tweak article list styles
This commit is contained in:
@ -18,6 +18,7 @@
|
||||
--boosts-fg: rgb(145, 65, 172);
|
||||
--faves-bg: rgba(229, 165, 10, 0.1);
|
||||
--faves-fg: rgb(229, 165, 10);
|
||||
--star-featured: rgba(229, 165, 10, 0.15);
|
||||
|
||||
// VARIABLES
|
||||
--active: 0.9;
|
||||
@ -70,6 +71,7 @@
|
||||
--boosts-fg: rgb(220, 138, 221);
|
||||
--faves-bg: rgba(249, 240, 107, 0.1);
|
||||
--faves-fg: rgb(249, 240, 107);
|
||||
--star-featured: rgba(249, 240, 107, 0.05);
|
||||
|
||||
color-scheme: dark;
|
||||
}
|
||||
|
Reference in New Issue
Block a user