LabCodeHub öffentliche Ansicht
Anmelden
Küpper / Quildrop öffentlich

Merge branch 'main' of github.com:9IT-Full-Service/quilldrop

R Rüdiger Küpper <rpr@9it.de> committete am 19.02.2026 00:16
941bcb7b221e5b66234baeef798871d885431fb1
2 geänderte Datei(en) +21 −2
Kontextzeilen: 0 1 2 3 10
geändert CHANGELOG.md
+7 −0 Datei ansehen
@@ -0,0 +1,7 @@
1 +
# [1.1.0](https://github.com/9IT-Full-Service/quilldrop/compare/v1.0.1...v1.1.0) (2026-02-18)
2 +
3 +
4 +
### Features
5 +
6 +
* initial commit of QuillDrop documentation ([6cace8b](https://github.com/9IT-Full-Service/quilldrop/commit/6cace8b093ed2033cf545b1ee029eeb42aea79f0))
7 +
geändert static/css/style.css
+14 −2 Datei ansehen
@@ -1110,0 +1111 @@ body {
1111 +
        opacity: 1;
@@ -1113,2 +1114,3 @@ body {
1113 -
        justify-content: center;
1114 -
        gap: 1.8rem;
1114 +
        justify-content: flex-start;
1115 +
        gap: 1.5rem;
1116 +
        padding: 5rem 2rem 2rem;
@@ -1115,0 +1118,2 @@ body {
1118 +
        overflow-y: auto;
1119 +
        -webkit-overflow-scrolling: touch;
@@ -1124,0 +1129 @@ body {
1129 +
        color: var(--text-primary);
@@ -1148,0 +1154 @@ body {
1154 +
        color: var(--text-secondary);
@@ -1161,0 +1168 @@ body {
1168 +
        z-index: 110;
@@ -1166,0 +1174,5 @@ body {
1174 +
1175 +
    .nav-rss,
1176 +
    #theme-toggle {
1177 +
        color: var(--text-primary);
1178 +
    }