Fixed it
This commit is contained in:
parent
2475111ae6
commit
8ac0795fc5
@ -1,7 +1,7 @@
|
|||||||
/* martian theme */
|
/* martian theme */
|
||||||
:root {
|
:root {
|
||||||
--glass: url("frost.webp"), #2b303c70;
|
--glass: url("frost.webp"), #24293370;
|
||||||
--background: #2b303c;
|
--background: #242933;
|
||||||
--foreground: #d8dee9;
|
--foreground: #d8dee9;
|
||||||
--subtle-foreground: #aeb7c6;
|
--subtle-foreground: #aeb7c6;
|
||||||
--outline: #3b4252;
|
--outline: #3b4252;
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<title>mintea</title>
|
<title>mintea</title>
|
||||||
<meta content="width=device-width, initial-scale=1" name="viewport">
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||||
<link rel="stylesheet" href="style.css"></link>
|
<link rel="stylesheet" href="style.css"></link>
|
||||||
<link rel="stylesheet" href="arctica.css"></link>
|
<link rel="stylesheet" href="martian.css"></link>
|
||||||
<script>
|
<script>
|
||||||
/*
|
/*
|
||||||
@licstart The following is the entire license notice for the
|
@licstart The following is the entire license notice for the
|
||||||
|
Loading…
Reference in New Issue
Block a user