diff options
| author | Haishan <[email protected]> | 2022-06-07 22:17:21 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2022-06-07 22:18:23 +0800 |
| commit | 23932f4859bd8a96559cd3c10ed9d82a247f8b15 (patch) | |
| tree | 225d76d8585e8c7491d36493cf1a0def18dced71 /src/components/Root.scss | |
| parent | 3c991ad5d9a46f05246f3217aafea23cadbd7d24 (diff) | |
Make all proxy items same width
Diffstat (limited to 'src/components/Root.scss')
| -rw-r--r-- | src/components/Root.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/Root.scss b/src/components/Root.scss index dfecea2..5fb5ffd 100644 --- a/src/components/Root.scss +++ b/src/components/Root.scss @@ -73,6 +73,7 @@ body { --color-background: #202020; --color-background2: rgba(32, 32, 32, 0.3); --color-bg-card: #2d2d2d; + --card-hover-border-lightness: 30%; --color-text: #ddd; --color-text-secondary: #ccc; --color-text-highlight: #fff; @@ -100,6 +101,7 @@ body { --color-background: #eee; --color-background2: rgba(240, 240, 240, 0.3); --color-bg-card: #fafafa; + --card-hover-border-lightness: 80%; --color-text: #222; --color-text-secondary: #646464; --color-text-highlight: #040404; |
