diff --git a/dashboard/package.json b/dashboard/package.json index 225a8627..26725e70 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -27,7 +27,7 @@ "bootstrap": "^5.1.3", "bootstrap-dark-5": "^1.1.3", "core-js-pure": "^3.23.4", - "discord-markdown": "github:draconizations/discord-markdown#1f74a7094777d5bdfd123c0aac59d8b10db89b30", + "discord-markdown": "github:draconizations/discord-markdown#9d25e45015766779916baea52c37ae0fe12aac73", "gh-pages": "^3.2.3", "highlight.js": "^11.7.0", "import": "^0.0.6", diff --git a/dashboard/styles/dark.scss b/dashboard/styles/dark.scss index c8ce5947..0b69b8e0 100644 --- a/dashboard/styles/dark.scss +++ b/dashboard/styles/dark.scss @@ -52,4 +52,8 @@ .d-spoiler:active { color: $body-color-alt; //overwrite } + + small { + color: #707070; + } } \ No newline at end of file diff --git a/dashboard/styles/generic.scss b/dashboard/styles/generic.scss index 51ecc3d0..c63d2507 100644 --- a/dashboard/styles/generic.scss +++ b/dashboard/styles/generic.scss @@ -193,6 +193,12 @@ code { vertical-align: -0.1125em; } +small { + display: block; + color: #808080; + font-size: 0.5rem; +} + //twemoji img.emoji { height: 1.125em; diff --git a/dashboard/yarn.lock b/dashboard/yarn.lock index 0bdde3b5..62761637 100644 --- a/dashboard/yarn.lock +++ b/dashboard/yarn.lock @@ -341,9 +341,9 @@ detect-indent@^6.0.0: resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.1.0.tgz#592485ebbbf6b3b1ab2be175c8393d04ca0d57e6" integrity sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA== -"discord-markdown@github:draconizations/discord-markdown#1f74a7094777d5bdfd123c0aac59d8b10db89b30": +"discord-markdown@github:draconizations/discord-markdown#9d25e45015766779916baea52c37ae0fe12aac73": version "2.5.1" - resolved "https://codeload.github.com/draconizations/discord-markdown/tar.gz/1f74a7094777d5bdfd123c0aac59d8b10db89b30" + resolved "https://codeload.github.com/draconizations/discord-markdown/tar.gz/9d25e45015766779916baea52c37ae0fe12aac73" dependencies: js-base64 "^3.7.7" simple-markdown "^0.7.3"