add dark mode de base
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
greg 2023-06-11 16:33:32 +02:00
parent 5f323d3356
commit bd5245d6ca
3 changed files with 21 additions and 15 deletions

View File

@ -1,12 +1,15 @@
:root {
--text-color: #fff;
--text-accent-color: darksalmon;
--link-color: darkorange;
--bg-1: #f27121;
--bg-2: #e94057;
--bg-3: #8a2387;
--bg-1-social: #f3a183;
--bg-2-social: #ec6f66;
--text-accent-color: #ffca85;
--link-color: burlywood;
--bg-1: #211F20;
--bg-2: #292D34;
--bg-3: #213030;
--bg-1-social: #414141;
--bg-2-social: #485461;
--username-color: #858585;
--terminal-bg: rgb(0 0 0 / 90%);
--terminal-header-bg: #585252;
--username-color: cadetblue;
--terminal-bg: rgba(56, 4, 40, 0.9);
--terminal-header-bg: #bbb;

File diff suppressed because one or more lines are too long

View File

@ -2,13 +2,16 @@ $border-radius: 5px;
:root {
--text-color: #fff;
--text-accent-color: darksalmon;
--link-color: darkorange;
--bg-1: #f27121;
--bg-2: #e94057;
--bg-3: #8a2387;
--bg-1-social: #f3a183;
--bg-2-social: #ec6f66;
--text-accent-color: #ffca85;
--link-color: burlywood;
--bg-1: #211F20;
--bg-2: #292D34;
--bg-3: #213030;
--bg-1-social: #414141;
--bg-2-social: #485461;
--username-color: #858585;
--terminal-bg: rgb(0 0 0 / 90%);
--terminal-header-bg: #585252;
--username-color: cadetblue;
--terminal-bg: rgba(56, 4, 40, 0.9);
--terminal-header-bg: #bbb;