Skip to content

Commit d978e3a

Browse files
committed
[Full] edit
1 parent 27d80cf commit d978e3a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Blog/src/css/custom.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
4848
}
4949

5050
html[data-theme='dark'] canvas.chart-js,
51-
html[data-theme='dark'] .badge-dark-mode {
51+
html[data-theme='dark'] .badge-dark-mode,
52+
html[data-theme='dark'] img.dark-mode
53+
{
5254
filter: invert(1) hue-rotate(180deg);
5355
}
5456

sea-orm-pro/docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const tailwindPlugin = require('./plugins/tailwind-config.cjs');
22

33
module.exports = {
4-
title: 'SeaORM Pro 🖥️ an Admin Panel for SeaORM',
4+
title: 'SeaORM Pro 🖥️ Admin Panel for SeaORM',
55
tagline: '🖥️ SeaORM Pro is an Admin Panel for SeaORM',
66
url: 'https://www.sea-ql.org',
77
baseUrl: '/sea-orm-pro/',

0 commit comments

Comments
 (0)