mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-25 05:32:17 +00:00
Merge pull request #2813 from IvarK/hira-better-blob-theme
Better blob theme
This commit is contained in:
commit
c0244e1e58
BIN
public/stylesheets/blob.cur
Normal file
BIN
public/stylesheets/blob.cur
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
@ -5325,11 +5325,6 @@ br {
|
||||
border: 0.1rem solid #1b5e20;
|
||||
}
|
||||
|
||||
.t-s11 .c-modal__confirmation-toggle__checkbox {
|
||||
top: -0.2rem;
|
||||
border-color: #e1ae18;
|
||||
}
|
||||
|
||||
.c-modal__confirmation-toggle__checkbox--active {
|
||||
background: var(--color-good);
|
||||
}
|
||||
|
@ -3,6 +3,10 @@
|
||||
src: url("BlobEmoji-Bold.ttf"), url("MonospaceTypewriter.ttf");
|
||||
}
|
||||
|
||||
html {
|
||||
cursor: url("blob.cur"), auto !important;
|
||||
}
|
||||
|
||||
body.t-s11 {
|
||||
color: #999999;
|
||||
background: black;
|
||||
@ -51,6 +55,11 @@ body.t-s11 {
|
||||
box-shadow: 0 0 1.5rem 0 black;
|
||||
}
|
||||
|
||||
.t-s11 .c-modal__confirmation-toggle__checkbox {
|
||||
top: 0.05rem;
|
||||
border-color: black;
|
||||
}
|
||||
|
||||
.o-tachyon-particle {
|
||||
fill: orange !important;
|
||||
font-family: Typewriter;
|
||||
|
Loading…
Reference in New Issue
Block a user