Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Update style.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
ngljcb authored May 24, 2024
1 parent a98773a commit 5716c3d
Showing 1 changed file with 0 additions and 51 deletions.
51 changes: 0 additions & 51 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,6 @@ html, page, window {
background-image: none !important;
}

* {
border-color: #0d1117 !important;
background-color: #0d1117 !important;
}

button,
select,
[contenteditable="true"],
:root, html, page, window, *,
input:not([type="checkbox"]):not([type="radio"]):not([type="range"]) {
color: #ffffff !important;
}

a *,
input *,
button *,
select *,
optgroup * {
background-color: transparent !important;
}

.a, cite, cite a:link, cite a:visited, .cite, .cite:link {
color: #1f6feb !important;
}
Expand All @@ -40,33 +19,3 @@ optgroup * {
*:visited, *:visited * {
color: #1f6feb !important
}

input[type="range"] {
-moz-appearance: none !important;;
}

button,
select,
[contenteditable="true"],
input:not([type="checkbox"]):not([type="radio"]):not([type="range"]) {
opacity: 1 !important;
border-width: 1px !important;
border-style: solid !important;
border-color: #0d1117 !important;
-moz-appearance: none !important;
background-color: #0d1117 !important;
transition-duration: 0.3s !important;
transition-property: border-color, box-shadow !important;
}

select:focus,
button:focus,
input[type="color"]:focus,
input[type="image"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
[contenteditable="true"]:focus,
input:focus:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="button"]):not([type="color"]):not([type="image"]):not([type="reset"]):not([type="submit"]) {
border-color: #749dbd !important;
}

0 comments on commit 5716c3d

Please sign in to comment.