diff options
| author | Elias Haugsbakk <[email protected]> | 2026-07-22 22:39:56 +0200 |
|---|---|---|
| committer | Elias Haugsbakk <[email protected]> | 2026-07-22 22:39:56 +0200 |
| commit | 7373d3cc1589ac0f2165f2644343cc0cea3f671f (patch) | |
| tree | 9037699fbcdd002b3db5d9b425c972cb3e9cc554 /clams-server/src/main/resources/public/css/common.css | |
| parent | 5ac83efd59ab85d0bdf82d5847fe9fe0b11232d9 (diff) | |
implement api to upload and modify the projects page
Diffstat (limited to 'clams-server/src/main/resources/public/css/common.css')
| -rw-r--r-- | clams-server/src/main/resources/public/css/common.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clams-server/src/main/resources/public/css/common.css b/clams-server/src/main/resources/public/css/common.css index dc81927..91f14b1 100644 --- a/clams-server/src/main/resources/public/css/common.css +++ b/clams-server/src/main/resources/public/css/common.css @@ -107,13 +107,13 @@ a:hover { font-size: 0.8rem; text-decoration: none; display: inline-block; - transition: background-color 0.2s ease, color 0.2s ease; + transition: color ,background-color 0.2s ease, color 0.2s ease; } .pill-button:hover, .pill-button:focus-visible { background: var(--surface-hover-color); - color: var(--text-color); + color: var(--accent-color); } .pill-button:focus-visible { |
