minor styles corrections

This commit is contained in:
Yann Esposito (Yogsototh) 2019-11-05 10:24:21 +01:00
parent 32c32d4003
commit 88af2f0be6
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
2 changed files with 18 additions and 9 deletions

View file

@ -331,6 +331,12 @@ navigation > a {
--color-link: var(--orange);
}
}
/* Dark themes soften and darken images */
@media (prefers-color-scheme: dark) {
img {
filter: saturate(0.8) brightness(0.8);
}
}
#labels {
width: 100%;
text-align: right;
@ -341,16 +347,19 @@ navigation > a {
font-style: italic;
}
/* Dark themes soften and darken images */
img {
filter: saturate(0.8) brightness(0.8);
}
/* Light themes does not soften and darken images */
input#light:checked ~ .main img,
input#simple:checked ~ .main img,
input#simple:checked ~ .main img ,
input#modern:checked ~ .main img {
filter: none;
}
input#dark:checked ~ .main img,
input#darksimple:checked ~ .main img {
filter: saturate(0.8) brightness(0.8);
}
input#matrix:checked ~ .main img {
filter: brightness(0.8) sepia(100%) hue-rotate(55deg) saturate(2.5);
}
/* --------------------------------------------------------------------------- */
/* Dark theme selected */
@ -758,9 +767,9 @@ pre span.org-builtin {color:var(--cyan);}
pre span.org-string {color:var(--green);}
pre span.org-doc {color:var(--green);}
pre span.org-keyword {color:var(--blue);}
pre span.org-variable-name {color:var(--magenta);}
pre span.org-function-name {color:var(--cyan);}
pre span.org-type {color:var(--violet);}
pre span.org-variable-name {color:var(--blue);}
pre span.org-function-name {color:var(--blue);}
pre span.org-type {color:var(--yellow);}
pre span.org-preprocessor {color:var(--second-foreground);}
pre span.org-constant {color:var(--yellow);}
pre span.org-comment-delimiter {color:var(--second-foreground);}

View file

@ -279,7 +279,7 @@ sudo apt-get install ngircd
Configure the =/etc/ngircd/ngircd.conf= file.
I only show the really interesting lines for a private small IRC for a team.
#+begin_src src
#+begin_src gitconfig
[Global]
Name = irc.your.domain
Info = My Incredible IRC