update themes
This commit is contained in:
@@ -60,8 +60,8 @@ img[src*="#3col"] { width: 100px; margin-left: auto; margin-right: auto; }
|
||||
|
||||
|
||||
/* Link styles */
|
||||
a:hover { color: #8885e2; }
|
||||
button:hover { color: #8885e2; }
|
||||
/* a:hover { color: #8885e2; } */
|
||||
/* button:hover { color: #8885e2; } */
|
||||
button { font-weight: 500; color: #fff; }
|
||||
.experience-btn { border: none; margin: 0; padding: 0; color: black; padding: 10px; width: fit-content; }
|
||||
.experience-btn p { @apply text-lg; }
|
||||
@@ -110,15 +110,28 @@ header { font-family: "Reddit Sans"; }
|
||||
:root {
|
||||
--color-bg: #fff;
|
||||
--color-text: #222;
|
||||
--color-link: #8885e2;
|
||||
--color-link: #ffffff;
|
||||
--color-header: #000;
|
||||
--color-bgbutton:#000;
|
||||
--color-textbutton: #fff;
|
||||
}
|
||||
.dark {
|
||||
--color-bg: #18181b;
|
||||
--color-text: #f3f4f6;
|
||||
--color-link: #a5b4fc;
|
||||
--color-link: #ffffff;
|
||||
--color-header: #18181b;
|
||||
--color-bgbutton:#fff;
|
||||
--color-textbutton: #000;
|
||||
}
|
||||
|
||||
.bg-theme {
|
||||
background-color: var(--color-bgbutton);
|
||||
}
|
||||
|
||||
.text-theme {
|
||||
color: var(--color-textbutton);
|
||||
}
|
||||
|
||||
body {
|
||||
background: var(--color-bg);
|
||||
color: var(--color-text);
|
||||
|
@@ -25,12 +25,12 @@ p, .p { font-size: 1.2rem; color: #cbd5e0} */
|
||||
|
||||
/* Link styles */
|
||||
a { color: #fff; }
|
||||
a:focus, a:hover { border: none; color: #7570ea; }
|
||||
a:focus, a:hover { border: none; color: #c5c5c5; }
|
||||
a:active { color: #2b6cb0; }
|
||||
nav h4 a { border: 0; color: #fff; }
|
||||
nav h4 a:hover { border: 0; color: #7570ea; }
|
||||
nav h4 a:hover { border: 0; color: #c5c5c5; }
|
||||
nav h4 a:focus, nav h4 a:active { border: 0; color: #fff; }
|
||||
h5 a { color: #7570ea; }
|
||||
|
||||
|
||||
/* Text and paragraph styles */
|
||||
pre, code { font-feature-settings: normal; }
|
||||
|
Reference in New Issue
Block a user