split oauth_tokens.claims column up; improved fonts; allow multiple sse connections per user; make navbar and use friendly
This commit is contained in:
@@ -272,23 +272,23 @@
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: var(--text-8xl);
|
||||
font-size: var(--text-6xl);
|
||||
}
|
||||
h2 {
|
||||
font-size: var(--text-5xl);
|
||||
}
|
||||
h3 {
|
||||
font-size: var(--text-3xl);
|
||||
}
|
||||
h4 {
|
||||
h3 {
|
||||
font-size: var(--text-xl);
|
||||
}
|
||||
h5 {
|
||||
h4 {
|
||||
font-size: var(--text-lg);
|
||||
}
|
||||
h6 {
|
||||
h5 {
|
||||
font-size: var(--text-md);
|
||||
}
|
||||
h6 {
|
||||
font-size: var(--text-sm);
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
list-style: none;
|
||||
|
||||
Reference in New Issue
Block a user