1
0
Fork 0
mirror of https://github.com/kou029w/quot.git synced 2025-01-31 22:38:07 +00:00

Compare commits

..

No commits in common. "e2539e4dc57c194e272796d6c7a213d5f37d984a" and "f29cc8e838ef3c9bbe769743cbf7ecf9c92143ee" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View file

@ -7,7 +7,7 @@
overflow: hidden;
background-color: var(--nc-bg-2);
color: var(--nc-tx-2);
border-width: 0.5rem;
border-width: 0.75rem;
border-top-style: solid;
border-top-color: var(--nc-bg-3);
box-shadow: 0 1px var(--nc-bg-3);

View file

@ -18,7 +18,3 @@
.editor p {
margin: unset;
}
.editor a:hover {
cursor: pointer;
}