mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-28 05:41:55 -05:00
Update styles.css
This commit is contained in:
@@ -39,7 +39,8 @@
|
|||||||
--shifting-color-1: #00c300;
|
--shifting-color-1: #00c300;
|
||||||
--shifting-color-1-light: #c8ff64;
|
--shifting-color-1-light: #c8ff64;
|
||||||
--light-color: #eee;
|
--light-color: #eee;
|
||||||
--clear-selected: #fff4;
|
--clear-tab: #fff2;
|
||||||
|
--clear-selected: #fff6;
|
||||||
--dark-color: #333;
|
--dark-color: #333;
|
||||||
--clear-light: #0001;
|
--clear-light: #0001;
|
||||||
--clear-dark: #0003;
|
--clear-dark: #0003;
|
||||||
@@ -295,13 +296,15 @@ footer a:hover {
|
|||||||
}
|
}
|
||||||
.tabButton {
|
.tabButton {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: var(--clear-light);
|
background: var(--clear-tab);
|
||||||
border: 1px solid var(--light-color);
|
border: 1px solid var(--light-color);
|
||||||
font: 1.2em belerenbsc;
|
font: 1.2em belerenbsc;
|
||||||
padding: 0.1em 0em;
|
padding: 0.1em 0em;
|
||||||
}
|
}
|
||||||
.tabButton.activeTab {
|
.tabButton.activeTab {
|
||||||
background: var(--clear-selected);
|
background: var(--clear-selected);
|
||||||
|
text-decoration: underline;
|
||||||
|
text-decoration-color: var(--shifting-color-1-light)
|
||||||
}
|
}
|
||||||
.tabContent {
|
.tabContent {
|
||||||
display: none;
|
display: none;
|
||||||
|
Reference in New Issue
Block a user