Update remaining elements with new theme colors
This commit is contained in:
parent
5092de122a
commit
b02e015496
@ -5,7 +5,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite dev",
|
"dev": "vite dev",
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
"postbuild": "npx svelte-sitemap --domain https://owlboard.info --ignore '**/err/**' --ignore 'more/reg/submit'",
|
"postbuild": "npx svelte-sitemap --domain https://owlboard.info --ignore '**/err/**' --ignore '**/reg/submit'",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
||||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
||||||
|
@ -204,7 +204,7 @@
|
|||||||
.tableTxt {
|
.tableTxt {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding-left: 2px;
|
padding-left: 2px;
|
||||||
color: var(--second-text-color);
|
color: var(--secondary-text-color);
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
|
@ -48,6 +48,7 @@
|
|||||||
border-top: none;
|
border-top: none;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
border-color: var(--box-shadow-color);
|
border-color: var(--box-shadow-color);
|
||||||
|
color: var(--main-text-color);
|
||||||
text-decoration: double;
|
text-decoration: double;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
@ -23,16 +23,20 @@
|
|||||||
--second-bg-color: #2b343c;
|
--second-bg-color: #2b343c;
|
||||||
--main-header-color: #dff3f3;
|
--main-header-color: #dff3f3;
|
||||||
--main-text-color: #cce9e9;
|
--main-text-color: #cce9e9;
|
||||||
|
--secondary-text-color: #02fcfc;
|
||||||
--main-link-color: #00b7b7;
|
--main-link-color: #00b7b7;
|
||||||
--island-bg-color: #3c6f79de;
|
--island-bg-color: #3c6f79de;
|
||||||
--island-bg-solid: #3c6f79;
|
--island-bg-solid: #3c6f79;
|
||||||
--island-button-color: #404c55;
|
--island-button-color: #404c55;
|
||||||
--island-link-color: #cce9e9;
|
--island-link-color: #e1ebeb;
|
||||||
--island-header-color: #4fd1d1;
|
--island-header-color: #4fd1d1;
|
||||||
--island-text-color: #cce9e9;
|
--island-text-color: #e1ebeb;
|
||||||
--overlay-island-bg-color: #3c6f79;
|
--overlay-island-bg-color: #3c6f79;
|
||||||
--box-shadow-color: rgba(0,0,0,0.19);
|
--box-shadow-color: rgba(0,0,0,0.19);
|
||||||
--box-shadow: 2px 2px 4px rgba(0,0,0,0.19);
|
--box-shadow: 2px 2px 4px rgba(0,0,0,0.19);
|
||||||
|
--main-alert-color: #ed6d00;
|
||||||
|
--second-alert-color: #e77f00;
|
||||||
|
--main-warning-color: orange;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -143,7 +143,7 @@
|
|||||||
.pis {
|
.pis {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: var(--island-header-color);
|
color: var(--main-text-color);
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user