mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 04:07:49 +02:00
Console: styling tweak
This commit is contained in:
parent
2cfc2fe07c
commit
0d9ac91e4c
1 changed files with 3 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
--ink-faded: rgba(221,187,221, .5);
|
--ink-faded: rgba(221,187,221, .5);
|
||||||
--notify: #5f5;
|
--notify: #5f5;
|
||||||
--page: #120012;
|
--page: #120012;
|
||||||
--main-boxshadow: 0 0 0 1px var(--border), 0 0 0 2px #000, 0 0 0 4px #313, 0 0 0 5px #101, 0 0 0 6px #000;
|
--main-boxshadow: 0 0 0 1px var(--border), 0 0 0 2px #000, 0 0 0 4px #313, 0 0 0 5px #212, 0 0 0 6px #101;
|
||||||
--link: #ae6ba8;
|
--link: #ae6ba8;
|
||||||
--link_hover: #fafafa;
|
--link_hover: #fafafa;
|
||||||
--border: #515;
|
--border: #515;
|
||||||
|
@ -102,6 +102,8 @@ body {
|
||||||
font: 14pt var(--bodyfont);
|
font: 14pt var(--bodyfont);
|
||||||
color: var(--ink);
|
color: var(--ink);
|
||||||
background: linear-gradient(to bottom, rgba(0,0,0,.1), rgba(32,0,32,.1), rgba(0,0,0,.1));
|
background: linear-gradient(to bottom, rgba(0,0,0,.1), rgba(32,0,32,.1), rgba(0,0,0,.1));
|
||||||
|
background: linear-gradient(135deg, #000, #101, #000), linear-gradient(45deg, #000, #101, #000);
|
||||||
|
background-blend-mode: screen;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wrapper {
|
.wrapper {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue