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

Commit

Permalink
Update misc.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li authored Dec 24, 2024
1 parent a957725 commit 5b9fa93
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/css/misc.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*----- not found -----*/

.not_found {
.ezlinks_not_found {
background-color: rgba(211, 211, 211, 0.521);
display: inline-block;
color: grey;
Expand All @@ -9,19 +8,19 @@
padding-left: 3px;
}

[data-md-color-scheme="slate"] .not_found {
[data-md-color-scheme="slate"] .ezlinks_not_found {
color: rgb(182, 181, 181) !important;
background-color: rgba(231, 232, 243, 0.185);
}

[data-md-color-scheme="slate"] .not_found:hover {
[data-md-color-scheme="slate"] .ezlinks_not_found:hover {
color: grey;
background-color: lightgrey;
cursor: not-allowed;
filter: saturate(200%);
}

[data-md-color-scheme="default"] .not_found:hover {
[data-md-color-scheme="default"] .ezlinks_not_found:hover {
color: grey;
background-color: lightgrey;
cursor: not-allowed;
Expand All @@ -41,6 +40,8 @@
.citation {
padding: 10px;
border-radius: 5px;
overflow: auto;
clear: both;
}

.link_citation {
Expand Down

0 comments on commit 5b9fa93

Please sign in to comment.