ui: color all links primary by default

main
code913 2 years ago
parent 47aaf06f16
commit 8ff48fac69

@ -10,4 +10,8 @@
background: var(--md-sys-color-background); background: var(--md-sys-color-background);
color: var(--md-sys-color-on-background); color: var(--md-sys-color-on-background);
} }
:global(a) {
color: var(--md-sys-color-primary);
}
</style> </style>
Loading…
Cancel
Save