diff --git a/layout/layout.ftl b/layout/layout.ftl index 7298186..48fce8d 100644 --- a/layout/layout.ftl +++ b/layout/layout.ftl @@ -67,8 +67,8 @@ - - +<#-- --> + <#include "./plugin/style.theme.ftl"> <#if post??> <#-- <#-- href="${static!}/source/lib/prism/css/prism-${settings.code_pretty!'Default'}.css"/>--> diff --git a/layout/plugin/style.theme.ftl b/layout/plugin/style.theme.ftl new file mode 100644 index 0000000..5a00753 --- /dev/null +++ b/layout/plugin/style.theme.ftl @@ -0,0 +1,481 @@ + \ No newline at end of file diff --git a/photos.ftl b/photos.ftl index ac2e990..4f1fd53 100644 --- a/photos.ftl +++ b/photos.ftl @@ -28,7 +28,7 @@ - + <#include "layout/plugin/style.theme.ftl"> footer > div > div > div.level-end > div > a > i { + background-color: transparent; + color: var(--color); +} + .level .level-item.button { background-color: var(--cardbgcolor) !important; border-color: var(--cardbgcolor) !important; @@ -245,7 +252,7 @@ a.navbar-item:hover { } code { - color: var(--code-default-color); + color: var(--color); background-color: var(--code-bg-color) } code[class*="language-"], @@ -388,4 +395,25 @@ body > .navbar { -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); } +.content table thead td, +.content table thead th { + border: 1px solid var(--background); +} +.content table td, +.content table th { + border: 1px solid var(--background); +} + +table { + border: 2px solid var(--btn-hover-color); +} +thead,tbody,tr,th { + border: 1px solid var(--background); +} +footer .title { + color: var(--color); +} +footer .button { + background-color: var(--cardbgcolor) !important; +} \ No newline at end of file