This commit is contained in:
2020-06-15 10:41:27 +02:00
parent 04fe5248e4
commit cb6e8d4edf
8 changed files with 197 additions and 3 deletions
@@ -291,7 +291,7 @@ button::-moz-focus-inner
height: 42px;
line-height: 42px !important;
border-radius: var(--radius);
background: var(--color-bg-mid);
background: var(--color-bg-xlight);
color: var(--color-fg);
text-align: center;
font-size: 16px;
+3 -1
View File
@@ -3,4 +3,6 @@
@import "headlines";
@import "box";
@import "box";
@import "link";
+7
View File
@@ -0,0 +1,7 @@
.ui-link
{
color: var(--color-primary);
text-decoration: underline dotted;
}