mirror of
https://github.com/openziti/zrok.git
synced 2025-06-24 19:51:32 +02:00
poppins weights; title improvements (#963)
This commit is contained in:
parent
2d8fd3711f
commit
4a8424eb09
@ -6,7 +6,7 @@
|
||||
|
||||
/* Import Fonts */
|
||||
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700;800&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
|
||||
|
||||
/* You can override the default Infima variables here. */
|
||||
:root {
|
||||
@ -184,6 +184,10 @@ a code {
|
||||
|
||||
.navbar__title {
|
||||
color: var(--selection-background);
|
||||
letter-spacing: 7px;
|
||||
font-weight: bolder;
|
||||
font-size: 14pt;
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
/* hide the clipboard copy button on code blocks of type "buttonless" */
|
||||
|
Loading…
x
Reference in New Issue
Block a user