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

Added lightblue theme and changed link colour

This commit is contained in:
2017-07-23 13:11:27 +02:00
parent 7f866658e3
commit 34af0e9ab7
3 changed files with 35 additions and 0 deletions

View File

@@ -19,6 +19,10 @@
<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/0.100.1/css/materialize.min.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<style>
.card-content a
{
color: {{ theme.CARD_LINK }};
}
/* label color */
.input-field label
{