Overview
Comment:Fix bad contrast when using dark theme
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA3-256: 534e84db5df3e5d5748f95d647f6847da72dbfee99ce7b62ee11274e355b1687
User & Date: bohwaz on 2023-06-04 19:18:49
Other Links: branch diff | manifest | tags
Context
2023-06-04
19:19
Fix [77007ae05a45fdb8e1a267efa58cbfd874a6f346] correctly implement README.md for plugins and modules, but only when enabled check-in: 9ec6d0d36e user: bohwaz tags: dev
19:18
Fix bad contrast when using dark theme check-in: 534e84db5d user: bohwaz tags: dev
18:58
Fix [77007ae05a45fdb8e1a267efa58cbfd874a6f346] remove README feature from plugins and modules check-in: 96ce63f314 user: bohwaz tags: dev
Changes

Modified src/www/admin/static/styles/01-layout.css from [c3e802ffb9] to [830e9e0404].

25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
    --gBorderColor: #999;
    --gLightBorderColor: #333;
    --gLightBackgroundColor: #222;
    --gLinkColor: #99f;
    --gHoverLinkColor: 250, 127, 127;
}

html.dark .header .menu, html.dark .header .menu a, html.dark .header .menu li.current h3 span[data-icon]::before {
    color: rgb(var(--gTextColor)) !important;
    text-shadow: 0px 0px 5px rgb(var(--gBgColor)) !important;
}

html {
    width: 100%;
    height: 100%;







|







25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
    --gBorderColor: #999;
    --gLightBorderColor: #333;
    --gLightBackgroundColor: #222;
    --gLinkColor: #99f;
    --gHoverLinkColor: 250, 127, 127;
}

html.dark .header .menu, html.dark .header .menu a, html.dark .header .menu li.current h3 span[data-icon]::before, html.dark nav.tabs .current a {
    color: rgb(var(--gTextColor)) !important;
    text-shadow: 0px 0px 5px rgb(var(--gBgColor)) !important;
}

html {
    width: 100%;
    height: 100%;