Why not an arctica theme too
This commit is contained in:
parent
3e38177f14
commit
2475111ae6
13
prototype/arctica.css
Normal file
13
prototype/arctica.css
Normal file
@ -0,0 +1,13 @@
|
||||
/* martian theme */
|
||||
:root {
|
||||
--glass: url("frost.webp"), #2b303c70;
|
||||
--background: #2b303c;
|
||||
--foreground: #d8dee9;
|
||||
--subtle-foreground: #aeb7c6;
|
||||
--outline: #3b4252;
|
||||
--shine: #FFFFFF10;
|
||||
--accent: #88c0d0;
|
||||
--subtle-accent: #88c0d030;
|
||||
--shadow: 0 4px 32px #00000040;
|
||||
--icon-filter: hue-rotate(187deg) saturate(0.30) brightness(1.87);
|
||||
}
|
@ -4,7 +4,7 @@
|
||||
<title>mintea</title>
|
||||
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||
<link rel="stylesheet" href="style.css"></link>
|
||||
<link rel="stylesheet" href="martian.css"></link>
|
||||
<link rel="stylesheet" href="arctica.css"></link>
|
||||
<script>
|
||||
/*
|
||||
@licstart The following is the entire license notice for the
|
||||
|
Loading…
Reference in New Issue
Block a user