mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-21 05:20:36 +00:00
Use two scheme colors instead of one
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
{% extends "nopaque.html.j2" %}
|
||||
{% from '_constants.html.j2' import COLORS %}
|
||||
|
||||
{% set scheme_color = COLORS.corpus_analysis_darken %}
|
||||
{% set scheme_primary_color = COLORS.corpus_analysis_darken %}
|
||||
{% set scheme_secondary_color = COLORS.corpus_analysis %}
|
||||
|
||||
{% block nav_content %}
|
||||
{% include 'services/_nav_content.html.j2' %}
|
||||
|
@ -2,7 +2,8 @@
|
||||
{% import 'materialize/wtf.html.j2' as wtf %}
|
||||
{% from '_constants.html.j2' import COLORS %}
|
||||
|
||||
{% set scheme_color = COLORS.file_setup_darken %}
|
||||
{% set scheme_primary_color = COLORS.file_setup_darken %}
|
||||
{% set scheme_secondary_color = COLORS.file_setup %}
|
||||
|
||||
{% block nav_content %}
|
||||
{% include 'services/_nav_content.html.j2' %}
|
||||
|
@ -2,7 +2,8 @@
|
||||
{% import 'materialize/wtf.html.j2' as wtf %}
|
||||
{% from '_constants.html.j2' import COLORS %}
|
||||
|
||||
{% set scheme_color = COLORS.nlp_darken %}
|
||||
{% set scheme_primary_color = COLORS.nlp_darken %}
|
||||
{% set scheme_secondary_color = COLORS.nlp %}
|
||||
|
||||
{% block nav_content %}
|
||||
{% include 'services/_nav_content.html.j2' %}
|
||||
|
@ -2,7 +2,8 @@
|
||||
{% import 'materialize/wtf.html.j2' as wtf %}
|
||||
{% from '_constants.html.j2' import COLORS %}
|
||||
|
||||
{% set scheme_color = COLORS.ocr_darken %}
|
||||
{% set scheme_primary_color = COLORS.ocr_darken %}
|
||||
{% set scheme_secondary_color = COLORS.ocr %}
|
||||
|
||||
{% block nav_content %}
|
||||
{% include 'services/_nav_content.html.j2' %}
|
||||
|
Reference in New Issue
Block a user