summaryrefslogtreecommitdiff
path: root/common.css
diff options
context:
space:
mode:
Diffstat (limited to 'common.css')
-rw-r--r--common.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/common.css b/common.css
index a67bb2c..6a75b20 100644
--- a/common.css
+++ b/common.css
@@ -68,6 +68,16 @@ div.floatingr{
z-index: 10000;
}
.fakebtn{display:inline-block;color:#000;padding:1px 6px 1px 6px;}
+button.link-like{
+ border:none;
+ color: var(--link-fg);
+ background: none !important;
+ padding: unset;
+ text-align: unset;
+ cursor: pointer;
+ font-family: 'CMU Typewriter Text w', 'CMU Typewriter Text', 'TeX Gyre Cursor', 'FreeMono', 'Courier New', Courier, monospace;
+ font-variant-ligatures: none;
+}
button{
border:none;
padding:0.5em 2em;