From 427b643a47811407649df709f5cff8268ca023a5 Mon Sep 17 00:00:00 2001 From: syui Date: Fri, 5 Apr 2024 21:00:23 +0900 Subject: [PATCH] fix --- layouts/partials/navbar.html | 2 ++ layouts/partials/svg.html | 2 +- static/css/style.css | 10 +++------- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html index cf160f14..66ea40a9 100644 --- a/layouts/partials/navbar.html +++ b/layouts/partials/navbar.html @@ -5,6 +5,8 @@ diff --git a/static/css/style.css b/static/css/style.css index e5f87421..41d5cb16 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1031,6 +1031,7 @@ i.fa-brands.fa-unity { i.fa-brands.fa-git-alt { color: #fff700; } + model-viewer { width: 100%; height: 400px; @@ -1064,10 +1065,6 @@ li.blog-menu { padding:10px 40px;; } -.hotkeys-docs table tbody tr { - color: #313131; -} - .hotkeys-docs table tbody tr code { border-radius: 4px; background-color: #fff; @@ -1080,12 +1077,11 @@ li.blog-menu { } .hotkeys-docs table tbody tr th.row { - border-radius: 4px; - background-color:#313131; + background-color: #fff; } .hotkeys-docs table tbody tr span.icon-aiterm { - color: #fff700; + font-size:24px; } .hotkeys-docs table tbody tr td {