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

Don't override the colour of form widgets

This commit is contained in:
2017-07-28 13:49:24 +02:00
parent c354613b60
commit 6f4d270858
2 changed files with 1 additions and 27 deletions

View File

@@ -38,7 +38,7 @@
color: {{ theme.TEXTHEX }};
}
</style>
<link href="{{ url_for('static', filename='css/digimarks.css') }}?20170723" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="{{ url_for('static', filename='css/digimarks.css') }}?20170728" 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 }}">