mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e6e8b05e07 | |||
| da65a28d47 | |||
| 4d16c10f6b |
@@ -885,7 +885,7 @@ select {
|
|||||||
color: var(--tw-prose-code);
|
color: var(--tw-prose-code);
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 0.875em;
|
font-size: 0.875em;
|
||||||
background-color: rgba(var(--color-secondary-200), 1);
|
background-color: rgba(var(--color-neutral-50), 1);
|
||||||
padding-top: 3px;
|
padding-top: 3px;
|
||||||
padding-bottom: 3px;
|
padding-bottom: 3px;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
@@ -3352,7 +3352,7 @@ body:has(#menu-controller:checked) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.dark .dark\:prose-invert :where(code):not(:where([class~="not-prose"] *)) {
|
.dark .dark\:prose-invert :where(code):not(:where([class~="not-prose"] *)) {
|
||||||
background-color: rgba(var(--color-secondary-800), 1);
|
background-color: rgba(var(--color-neutral-700), 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark .dark\:text-neutral-500 {
|
.dark .dark\:text-neutral-500 {
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "hugo-blowfish-theme",
|
"name": "hugo-blowfish-theme",
|
||||||
"version": "2.23.0",
|
"version": "2.23.1",
|
||||||
"description": "Blowfish theme for Hugo",
|
"description": "Blowfish theme for Hugo",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"fullinstall": "npm run preinstall && npm install && npm run postinstall",
|
"fullinstall": "npm run preinstall && npm install && npm run postinstall",
|
||||||
|
|||||||
+2
-2
@@ -118,7 +118,7 @@ module.exports = {
|
|||||||
borderRadius: "0.12rem",
|
borderRadius: "0.12rem",
|
||||||
},
|
},
|
||||||
code:{
|
code:{
|
||||||
backgroundColor: theme("colors.secondary.200 / 1"),
|
backgroundColor: theme("colors.neutral.50 / 1"),
|
||||||
paddingTop: "3px",
|
paddingTop: "3px",
|
||||||
paddingBottom: "3px",
|
paddingBottom: "3px",
|
||||||
paddingLeft: "5px",
|
paddingLeft: "5px",
|
||||||
@@ -151,7 +151,7 @@ module.exports = {
|
|||||||
backgroundColor: theme("colors.secondary.400 / 1"),
|
backgroundColor: theme("colors.secondary.400 / 1"),
|
||||||
},
|
},
|
||||||
code:{
|
code:{
|
||||||
backgroundColor: theme("colors.secondary.800 / 1"),
|
backgroundColor: theme("colors.neutral.700 / 1"),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user