forked from aminomancer/uc.css.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
uc-low-globals.css
22 lines (21 loc) · 994 Bytes
/
uc-low-globals.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* This Source Code Form is subject to the terms of the Creative Commons
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
:root,
tooltip {
--in-content-bg-dark: #19191b;
--in-content-bg-darker: #151517;
--in-content-box-bg-dark: hsl(240, 4%, 13%);
--in-content-button-highlight-dark: hsl(240, 4%, 15%);
--in-content-separator-dim: hsl(240, 4%, 26%);
--in-content-border-color-dim: hsl(240, 4%, 21%);
--plaintext-color: hsla(0, 0%, 100%, 0.932);
--uc-menu-border-color: hsl(233, 23%, 20%);
--tooltip-bgcolor: hsl(233, 36%, 11%);
--tooltip-color: white;
--tooltip-border-radius: 2px;
--tooltip-border-color: var(--uc-menu-border-color);
--tooltip-box-shadow: 0 0 5px hsla(0, 0%, 0%, 0.2);
}