This commit is contained in:
Kentaro Sugimoto 2022-11-29 19:44:54 +09:00
parent 33b343983c
commit 3ca88ed773
No known key found for this signature in database
GPG key ID: B0B9F77CB67A7E53
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,3 @@
:root {
--background: #2ea9df;
}

View file

@ -0,0 +1,9 @@
:root {
--accent: rgb(46, 169, 223);
--accent-alpha-70: rgba(46, 169, 223, 0.7);
--accent-alpha-20: rgba(46, 169, 223, 0.2);
--background: #21202c;
--color: white;
--border-color: rgba(255, 255, 255, 0.1);
}