[CSS] Very important colour change.

This commit is contained in:
Eliseu Amaro 2021-11-01 22:09:10 +00:00
parent cf09b48e92
commit c4088e221f
Signed by: eliseuamaro
GPG Key ID: 96DA09D4B97BC2D5
2 changed files with 4 additions and 3 deletions

View File

@ -201,7 +201,7 @@ hr {
--background-hard: #141216;
--background-card: #131217;
--border: #201F25;
--accent: #E88282;
--accent: #5ddbcf;
--shadow: 0 0 12px 0 #01010166;
--shadow-inset-accent: inset 0 0 0 2px var(--accent);
--background-checkerboard: repeating-conic-gradient(#ffffff66 0deg 90deg, #ffffff33 0deg 180deg) 0 0/40px 40px round;

View File

@ -111,7 +111,7 @@
display: flex;
-webkit-border-radius: var(--smaller);
-moz-border-radius: var(--smaller);
border-radius: var(--smaller)
border-radius: var(--smaller);
}
.h-entry figure {
@ -149,11 +149,12 @@ embed header {
-moz-border-radius: var(--smaller) var(--smaller) 0 0;
border-radius: var(--smaller) var(--smaller) 0 0;
font-size: var(--small);
padding: 6px 10px 6px 0
padding: 6px 10px 6px 0;
}
.note-info {
background: var(--gradient-backwards) !important;
background-clip: padding-box;
}
.note-author {