mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-06-26 04:21:38 +02:00
[design] add responsive font size
This commit is contained in:
parent
6a216c9873
commit
968a43ab3b
@ -21,7 +21,7 @@
|
|||||||
--gray-18: #e0e4ea;
|
--gray-18: #e0e4ea;
|
||||||
--gray-19: #edeff2;
|
--gray-19: #edeff2;
|
||||||
--gray-20: #fafafa;
|
--gray-20: #fafafa;
|
||||||
--root-font-size: 16px;
|
--root-font-size: 14px;
|
||||||
--radius: 2px;
|
--radius: 2px;
|
||||||
--accent: 255, 170, 51;
|
--accent: 255, 170, 51;
|
||||||
--background: var(--gray-01);
|
--background: var(--gray-01);
|
||||||
@ -55,6 +55,7 @@
|
|||||||
@media (min-width: 700px) {
|
@media (min-width: 700px) {
|
||||||
:root.is-link-block {
|
:root.is-link-block {
|
||||||
--link-height: 9em;
|
--link-height: 9em;
|
||||||
|
--root-font-size: 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user