This commit is contained in:
nelle 2023-01-27 17:33:15 -07:00
parent b3d074f778
commit 4aa3686d15
2 changed files with 16 additions and 16 deletions

View file

@ -166,7 +166,7 @@ th {
text-align: inherit; } text-align: inherit; }
html { html {
background-color: #181618; background-color: #181516;
font-size: 16px; font-size: 16px;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
@ -244,7 +244,7 @@ span {
font-weight: inherit; } font-weight: inherit; }
strong { strong {
color: #eaeaea; color: #F5A9B8;
font-weight: 700; } font-weight: 700; }
fieldset { fieldset {
@ -273,7 +273,7 @@ table th {
text-align: inherit; } text-align: inherit; }
table th { table th {
color: #eaeaea; } color: #F5A9B8; }
@keyframes spinAround { @keyframes spinAround {
from { from {
@ -285,7 +285,7 @@ table th {
background-color: white; background-color: white;
border-color: #dbdbdb; border-color: #dbdbdb;
border-width: 2px; border-width: 2px;
color: #eaeaea; color: #F5A9B8;
cursor: pointer; cursor: pointer;
justify-content: center; justify-content: center;
padding-bottom: calc(0.5em - 2px); padding-bottom: calc(0.5em - 2px);
@ -326,10 +326,10 @@ table th {
text-decoration: underline; } text-decoration: underline; }
.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused { .button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
background-color: whitesmoke; background-color: whitesmoke;
color: #eaeaea; } color: #F5A9B8; }
.button.is-text:active, .button.is-text.is-active { .button.is-text:active, .button.is-text.is-active {
background-color: #e8e8e8; background-color: #e8e8e8;
color: #eaeaea; } color: #F5A9B8; }
.button.is-text[disabled], .button.is-text[disabled],
fieldset[disabled] .button.is-text { fieldset[disabled] .button.is-text {
background-color: transparent; background-color: transparent;
@ -1262,7 +1262,7 @@ table th {
font-weight: 400; font-weight: 400;
line-height: 1.25; } line-height: 1.25; }
.subtitle strong { .subtitle strong {
color: #eaeaea; color: #F5A9B8;
font-weight: 600; } font-weight: 600; }
.subtitle:not(.is-spaced) + .title { .subtitle:not(.is-spaced) + .title {
margin-top: -1.25rem; } margin-top: -1.25rem; }
@ -1428,7 +1428,7 @@ table th {
.checkbox input, .radio input { .checkbox input, .radio input {
cursor: pointer; } cursor: pointer; }
.checkbox:hover, .radio:hover { .checkbox:hover, .radio:hover {
color: #eaeaea; } color: #F5A9B8; }
.checkbox[disabled], .radio[disabled], .checkbox[disabled], .radio[disabled],
fieldset[disabled] .checkbox, fieldset[disabled] .checkbox,
fieldset[disabled] .radio, fieldset[disabled] .radio,
@ -1473,7 +1473,7 @@ table th {
.select select[multiple] option { .select select[multiple] option {
padding: 0.5em 1em; } padding: 0.5em 1em; }
.select:not(.is-multiple):not(.is-loading):hover::after { .select:not(.is-multiple):not(.is-loading):hover::after {
border-color: #eaeaea; } border-color: #F5A9B8; }
.select.is-white:not(:hover)::after { .select.is-white:not(:hover)::after {
border-color: white; } border-color: white; }
.select.is-white select { .select.is-white select {
@ -1817,12 +1817,12 @@ table th {
position: relative; } position: relative; }
.file-label:hover .file-cta { .file-label:hover .file-cta {
background-color: #eeeeee; background-color: #eeeeee;
color: #eaeaea; } color: #F5A9B8; }
.file-label:hover .file-name { .file-label:hover .file-name {
border-color: #d5d5d5; } border-color: #d5d5d5; }
.file-label:active .file-cta { .file-label:active .file-cta {
background-color: #e8e8e8; background-color: #e8e8e8;
color: #eaeaea; } color: #F5A9B8; }
.file-label:active .file-name { .file-label:active .file-name {
border-color: #cfcfcf; } border-color: #cfcfcf; }
@ -1869,7 +1869,7 @@ table th {
font-size: 14px; } font-size: 14px; }
.label { .label {
color: #eaeaea; color: #F5A9B8;
display: block; display: block;
font-size: 1rem; font-size: 1rem;
font-weight: 700; } font-weight: 700; }
@ -2091,7 +2091,7 @@ table th {
font-size: 1.5rem; } font-size: 1.5rem; }
.navbar { .navbar {
background-color: #00fdbe; background-color: #181516;
min-height: 3.25rem; min-height: 3.25rem;
position: relative; position: relative;
z-index: 30; } z-index: 30; }
@ -2714,7 +2714,7 @@ a.navbar-item,
.navbar-link::after { .navbar-link::after {
display: none; } display: none; }
.navbar-menu { .navbar-menu {
background-color: #00fdbe; background-color: #181516;
box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1); box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
padding: 0.5rem 0; } padding: 0.5rem 0; }
.navbar-menu.is-active { .navbar-menu.is-active {

View file

@ -20,7 +20,7 @@ $widescreen-enabled: false;
$fullhd-enabled: false; $fullhd-enabled: false;
// Update some of Bulma's component variables // Update some of Bulma's component variables
$body-background-color: $purple-dark; $body-background-color: $off-dark;
$control-border-width: 2px; $control-border-width: 2px;
$input-border-color: transparent; $input-border-color: transparent;
$input-shadow: none; $input-shadow: none;
@ -30,7 +30,7 @@ $input-shadow: none;
$title-color: $lime; $title-color: $lime;
$input-color: $link; $input-color: $link;
$primary: $lime; $primary: $lime;
$text-strong: $grey-light; $text-strong: $pink;
$navbar-background-color: $off-dark; $navbar-background-color: $off-dark;
$navbar-item-color: $grey-dark; $navbar-item-color: $grey-dark;