Tweaks and panel updates

This commit is contained in:
Zef Hemel
2022-05-11 20:10:45 +02:00
parent 4518476c77
commit 8c974161c3
7 changed files with 40 additions and 10 deletions
+9 -7
View File
@@ -110,7 +110,8 @@
color: #038138;
}
.string,.string2 {
.string,
.string2 {
color: #440377;
}
@@ -118,7 +119,6 @@
// background: black;
// border-radius: 3px;
//}
}
.meta {
@@ -140,6 +140,10 @@
font-weight: 900;
}
.link {
cursor: pointer;
}
.link:not(.meta, .url) {
color: #0330cb;
text-decoration: underline;
@@ -152,6 +156,7 @@
.url:not(.link) {
color: #0330cb;
text-decoration: underline;
cursor: pointer;
}
.atom {
@@ -160,18 +165,15 @@
.wiki-link-page {
color: #0330cb;
background-color: rgba(77,141,255,0.07);
background-color: rgba(77, 141, 255, 0.07);
border-radius: 5px;
padding: 0 5px;
//text-decoration: underline;
cursor: pointer;
}
.wiki-link {
color: #a8abbd;
//background-color: rgba(77,141,255,0.07);
}
// Indentation of follow-up lines
@mixin lineOverflow($baseIndent) {
text-indent: -1 * ($baseIndent + 2ch);