1
0
mirror of https://github.com/lus/pasty.git synced 2023-08-10 21:13:09 +03:00

Implement clientside paste encryption

This commit is contained in:
Lukas Schulte Pelkum
2021-07-30 21:24:08 +02:00
parent d4e3430feb
commit 4f3b5b193b
7 changed files with 160 additions and 5 deletions

View File

@@ -130,6 +130,10 @@ html, body {
transition: all 250ms;
}
.navigation .button.active svg {
stroke: #2daa57;
}
.navigation .button:hover {
cursor: pointer;
}

File diff suppressed because one or more lines are too long

View File

@@ -109,6 +109,9 @@ html, body {
& svg {
transition: all 250ms;
}
&.active svg {
stroke: #2daa57;
}
&:hover {
cursor: pointer;
& svg {