Update remaining elements with new theme colors

This commit is contained in:
Fred Boniface 2023-10-16 11:52:05 +01:00
parent 5092de122a
commit b02e015496
5 changed files with 10 additions and 5 deletions

View File

@ -5,7 +5,7 @@
"scripts": {
"dev": "vite dev",
"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",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",

View File

@ -204,7 +204,7 @@
.tableTxt {
text-align: left;
padding-left: 2px;
color: var(--second-text-color);
color: var(--secondary-text-color);
vertical-align: top;
font-size: 12px;
padding-bottom: 10px;

View File

@ -48,6 +48,7 @@
border-top: none;
border-bottom: none;
border-color: var(--box-shadow-color);
color: var(--main-text-color);
text-decoration: double;
font-weight: 600;
}

View File

@ -23,16 +23,20 @@
--second-bg-color: #2b343c;
--main-header-color: #dff3f3;
--main-text-color: #cce9e9;
--secondary-text-color: #02fcfc;
--main-link-color: #00b7b7;
--island-bg-color: #3c6f79de;
--island-bg-solid: #3c6f79;
--island-button-color: #404c55;
--island-link-color: #cce9e9;
--island-link-color: #e1ebeb;
--island-header-color: #4fd1d1;
--island-text-color: #cce9e9;
--island-text-color: #e1ebeb;
--overlay-island-bg-color: #3c6f79;
--box-shadow-color: 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;
}

View File

@ -143,7 +143,7 @@
.pis {
font-size: 18px;
font-weight: 600;
color: var(--island-header-color);
color: var(--main-text-color);
margin-top: 10px;
margin-bottom: 5px;
}