More CSS.
This commit is contained in:
37
index.php
37
index.php
@@ -101,6 +101,43 @@ $next = $sites[($index + 1) % $total];
|
||||
</div>
|
||||
|
||||
<style>
|
||||
:root {
|
||||
--bg-1: #1d2021;
|
||||
--bg0: #282828;
|
||||
--bg1: #3c3836;
|
||||
--bg2: #504945;
|
||||
--bg3: #665c54;
|
||||
--bg4: #7c6f64;
|
||||
|
||||
--gray0: #928374;
|
||||
--gray1: #a89984;
|
||||
|
||||
--fg0: #fbf1c7;
|
||||
--fg1: #ebdbb2;
|
||||
--fg2: #d5c4a1;
|
||||
--fg3: #bdae93;
|
||||
|
||||
--red0: #cc241d;
|
||||
--red1: #fb4934;
|
||||
|
||||
--green0: #98971a;
|
||||
--green1: #b8bb26;
|
||||
|
||||
--yellow0: #d79921;
|
||||
--yellow1: #fabd2f;
|
||||
|
||||
--blue0: #458588;
|
||||
--blue1: #83a598;
|
||||
|
||||
--purple0: #b16286;
|
||||
--purple1: #d3869b;
|
||||
|
||||
--aqua0: #689d6a;
|
||||
--aqua1: #8ec07c;
|
||||
|
||||
--orange0: #d65d0e;
|
||||
--orange1: #fe8019;
|
||||
}
|
||||
#ring {
|
||||
border-radius: var(--brad);
|
||||
background-color: var(--bg2);
|
||||
|
||||
Reference in New Issue
Block a user