1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 22:05:09 +01:00

Properly theme regular links

This commit is contained in:
2018-05-15 11:51:46 +02:00
parent b36cd8db6b
commit 95ff9c01ca
2 changed files with 10 additions and 1 deletions

View File

@@ -22,11 +22,15 @@
<link href='https://fonts.googleapis.com/css?family=Roboto+Mono&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-rc.1/css/materialize.min.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<style>
a
{
color: {{ theme.LINK_TEXT }};
}
.card-content a
{
color: {{ theme.CARD_LINK }};
}
.chip a, td a
.chip a
{
color: {{ theme.CHIP_TEXT }};
}