Switch to material icons for tabs

This commit is contained in:
Joel Collins 2019-06-17 11:41:45 +01:00
parent 4db11c018d
commit 09f9ad6f7d
6 changed files with 33 additions and 8 deletions

View file

@ -207,6 +207,10 @@
/*
* Links
*/
.uk-link {
color: @global-muted-color;
}
.uk-link:hover, a:hover {
color: @global-primary-background;
}