Adjust star background color+size, remove 1st paragraph top margin
This commit is contained in:
parent
e69b1a6f8b
commit
cf598ecf2e
@ -65,14 +65,18 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|||||||
background-color: rgba(255,255,255,0.15);
|
background-color: rgba(255,255,255,0.15);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.notecard .card-content p:first-of-type {
|
||||||
|
margin-top: 0em;
|
||||||
|
}
|
||||||
|
|
||||||
.notecard {
|
.notecard {
|
||||||
min-height: 4em;
|
min-height: 4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notecard[data-favorite="1"] {
|
.notecard[data-favorite="1"] {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 3em;
|
background-size: 2.75em;
|
||||||
background-position: 1em 1em;
|
background-position: 0.75em 0.75em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notecard[data-favorite="1"][data-fg="FFFFFF"] {
|
.notecard[data-favorite="1"][data-fg="FFFFFF"] {
|
||||||
|
@ -55,5 +55,5 @@
|
|||||||
fill="currentColor"
|
fill="currentColor"
|
||||||
d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"
|
d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"
|
||||||
id="path873"
|
id="path873"
|
||||||
style="fill:#000000;fill-opacity:0.19607843" />
|
style="fill:#000000;fill-opacity:0.15" />
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Loading…
x
Reference in New Issue
Block a user