++
This commit is contained in:
@@ -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,4 +3,6 @@
|
||||
|
||||
@import "headlines";
|
||||
|
||||
@import "box";
|
||||
@import "box";
|
||||
|
||||
@import "link";
|
||||
@@ -0,0 +1,7 @@
|
||||
|
||||
|
||||
.ui-link
|
||||
{
|
||||
color: var(--color-primary);
|
||||
text-decoration: underline dotted;
|
||||
}
|
||||
Reference in New Issue
Block a user