mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-09 17:53:02 +00:00
make info text bolder
This commit is contained in:
parent
a77033801d
commit
215fbad04e
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
background-color: spiceColor("button");
|
background-color: spiceColor("button");
|
||||||
border-radius: var(--sidebar-icons-border-radius);
|
border-radius: var(--sidebar-icons-border-radius);
|
||||||
line-height: 13px;
|
line-height: 13px;
|
||||||
@include spiceFont("glue", 14px);
|
@include spiceFont("glue", 14px, "Medium");
|
||||||
|
|
||||||
&[clickable] {
|
&[clickable] {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue