From 113ac8b0c2523716e5a2e97cb2d55aef70d6fa01 Mon Sep 17 00:00:00 2001 From: Hamatoma Date: Sun, 19 May 2024 09:50:22 +0200 Subject: [PATCH] info-Farben --- composer.lock | 2 +- public/css/purple.css | 8 ++++---- tests/abrevations.txt | 9 +++++++++ tests/chapter.wiki | 0 4 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 tests/abrevations.txt create mode 100644 tests/chapter.wiki diff --git a/composer.lock b/composer.lock index 064d4fa..31c3f42 100644 --- a/composer.lock +++ b/composer.lock @@ -1056,7 +1056,7 @@ "dist": { "type": "path", "url": "../laraknife", - "reference": "f7daed6efc1d2a40b8f16884a2dbfdb5e6343def" + "reference": "6c0b0208768952cd190077fe799e5c1c20f2d761" }, "require-dev": { "phpunit/phpunit": "11.0.x-dev" diff --git a/public/css/purple.css b/public/css/purple.css index ec5a204..e881b33 100644 --- a/public/css/purple.css +++ b/public/css/purple.css @@ -66,10 +66,10 @@ a:active.lkn-overview-cell { #main-content .nav-item { background-color: #EEE; } -.lkn-text-info {color: #83163F;} -.lkn-text-info2 {color: #9D8C84;} -.lkn-text-info3 {color: #143F4E;} -.lkn-text-info4 {color: #477085;} +.lkn-text-info {color: orange;} +.lkn-text-info2 {color: blue;} +.lkn-text-info3 {color: green;} +.lkn-text-info4 {color: brown;} .lkn-filter { background: #c2b0a8; } diff --git a/tests/abrevations.txt b/tests/abrevations.txt new file mode 100644 index 0000000..17f97f1 --- /dev/null +++ b/tests/abrevations.txt @@ -0,0 +1,9 @@ +%mark( +|tagged)% +|info)% + +{| +|- +|} + +U+x2B50; \ No newline at end of file diff --git a/tests/chapter.wiki b/tests/chapter.wiki new file mode 100644 index 0000000..e69de29 -- 2.39.5