summaryrefslogtreecommitdiff
path: root/web/common.css
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-02-03 22:23:19 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-16 01:20:39 +0100
commitc4a409429972936045084d333e117a567d909420 (patch)
treeff238ed3afe7a172deeb341e9ed02ec407a5c470 /web/common.css
parent6be0c4fd6d80b99084c724277361ef84dd8aafb1 (diff)
Tidy up index.html a bit.
Diffstat (limited to 'web/common.css')
-rw-r--r--web/common.css32
1 files changed, 0 insertions, 32 deletions
diff --git a/web/common.css b/web/common.css
index d4c5f7d0d..8b1378917 100644
--- a/web/common.css
+++ b/web/common.css
@@ -1,33 +1 @@
-button {
- border: 1px solid rgba(27, 31, 35, 0.15);
- border-radius: 6px;
- color: #24292E;
- display: inline-block;
- line-height: 20px;
- padding: 6px 16px;
- vertical-align: middle;
- white-space: nowrap;
- word-wrap: break-word;
-}
-
-button:hover {
- background-color: #F3F4F6;
- text-decoration: none;
- transition-duration: 0.1s;
-}
-
-button:active {
- background-color: #EDEFF2;
- box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
- transition: none 0s;
-}
-
-button:focus {
- outline: 1px transparent;
-}
-
-button:before {
- display: none;
-}
-