Skip to content

Commit ff0a9c6

Browse files
committed
release
1 parent b489c9e commit ff0a9c6

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

custom.css

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,7 @@ a:hover > .bullet-container .bullet {
252252

253253
.ls-block .bullet {
254254
background-color: var(--ct-page-reference-color);
255-
box-shadow: 0 0 0 2px var(--ct-background),
256-
0 0 0 3px var(--ct-page-reference-color);
255+
box-shadow: 0 0 0 1px var(--ct-page-reference-color);
257256
}
258257

259258
.ls-block:not(:focus-within) .bullet {
@@ -347,6 +346,7 @@ strong {
347346
box-shadow: 4px 4px rgba(0, 0, 0);
348347
padding: 0.75em 0.5em 0.5em;
349348
border: 2px solid #000;
349+
border-radius: 8px;
350350
margin: 0.2em 0;
351351
transition: all ease-in 0.3s;
352352
}
@@ -360,7 +360,6 @@ strong {
360360
.embed-page,
361361
.cp__right-sidebar .embed-page {
362362
background: var(--ls-secondary-background-color);
363-
border-radius: 8px;
364363
}
365364

366365
.embed-page .embed-header .mr-3 {
@@ -375,7 +374,6 @@ strong {
375374
.embed-block,
376375
.cp__right-sidebar .embed-block {
377376
background: var(--ls-secondary-background-color);
378-
border-radius: 0.25rem;
379377
}
380378

381379
/* Markers */
@@ -552,6 +550,7 @@ samp {
552550
border: 2px solid #000;
553551
border-radius: 8px;
554552
overflow: hidden;
553+
background: var(--ls-secondary-background-color);
555554

556555
--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
557556
0 10px 10px -5px rgba(0, 0, 0, 0.04);
@@ -561,7 +560,7 @@ samp {
561560

562561
.tippy-wrapper,
563562
.tippy-tooltip {
564-
background: var(--ls-secondary-background-color);
563+
background: transparent;
565564
}
566565

567566
.tippy-tooltip-content > .tippy-wrapper {
@@ -683,6 +682,10 @@ html[data-theme="light"] body {
683682
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACHSURBVHgB7ddRCgIhFIbRa8wK3EH731OtQLdQCIUPDUP2IDidA4Lov4EvAoC11Frv7dhHXAIAAGAOLdZpMQAAYBYt1mkxAABgFi3WaTEAAOBHpZTUzt7ftvf47pKc8zW+sPo+pXR7XT/2W9A8AgAA/t5RW43uT9liR201uj9ri422lRYDWNETCUrqfCW92rQAAAAASUVORK5CYII=) repeat;
684683
}
685684

685+
html[data-theme="light"] :is(.search-ac, .absolute-modal) {
686+
background-color: #fff;
687+
}
688+
686689
.dark-theme,
687690
html[data-theme="dark"] {
688691
--ct-primary-color: rgb(138, 187, 187);

dark.png

207 KB
Loading

light.png

240 KB
Loading

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ The easiest way to adopt this theme is to use jsDelivr CDN.
1616
@import url('https://cdn.jsdelivr.net/gh/pengx17/logseq-dev-theme@master/custom.css');
1717
```
1818

19+
### demo
20+
![](./light.png)
21+
![](./dark.png)
22+
1923
## Credits
2024

2125
[PiotrSss](https://github.com/PiotrSss) for his [clean-themes](https://github.com/PiotrSss/logseq-clean-themes)

0 commit comments

Comments
 (0)