Merge pull request #2813 from IvarK/hira-better-blob-theme

Better blob theme
This commit is contained in:
IvarK 2022-07-15 23:47:13 +03:00 committed by GitHub
commit c0244e1e58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 5 deletions

BIN
public/stylesheets/blob.cur Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -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);
}

View File

@ -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;