mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-06 22:05:09 +01:00
Moved chip link colour to theme
This commit is contained in:
@@ -23,6 +23,10 @@
|
||||
{
|
||||
color: {{ theme.CARD_LINK }};
|
||||
}
|
||||
.chip a
|
||||
{
|
||||
color: {{ theme.CHIP_TEXT }};
|
||||
}
|
||||
/* label color */
|
||||
.input-field label
|
||||
{
|
||||
@@ -34,7 +38,7 @@
|
||||
color: {{ theme.TEXTHEX }};
|
||||
}
|
||||
</style>
|
||||
<link href="{{ url_for('static', filename='css/digimarks.css') }}?20170722" type="text/css" rel="stylesheet" media="screen,projection"/>
|
||||
<link href="{{ url_for('static', filename='css/digimarks.css') }}?20170723" type="text/css" rel="stylesheet" media="screen,projection"/>
|
||||
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
|
||||
</head>
|
||||
<body class="{{ theme.BODY }} {{ theme.TEXT }}">
|
||||
|
||||
Reference in New Issue
Block a user