forked from Mirrors/keyoxide-web
Update styles
This commit is contained in:
parent
d653d762b3
commit
22e1b565ae
1 changed files with 6 additions and 2 deletions
|
@ -35,7 +35,7 @@ body {
|
||||||
color: #444;
|
color: #444;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
background-color: #9dd3f0;
|
background-color: #9dd3f0;
|
||||||
background-image: url('/assets/img/background.svg');
|
background-image: url('/static/img/background.svg');
|
||||||
background-repeat: repeat;
|
background-repeat: repeat;
|
||||||
background-size: 512px;
|
background-size: 512px;
|
||||||
background-position: -16px -16px;
|
background-position: -16px -16px;
|
||||||
|
@ -163,13 +163,17 @@ a.bigBtn {
|
||||||
ul {
|
ul {
|
||||||
list-style: "- ";
|
list-style: "- ";
|
||||||
}
|
}
|
||||||
|
pre {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
code {
|
code {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
border: solid 1px #ddd;
|
border: solid 1px #ddd;
|
||||||
user-select: all;
|
user-select: all;
|
||||||
word-break: break-all;
|
word-break: break-word;
|
||||||
|
/* word-break: break-all; */
|
||||||
}
|
}
|
||||||
textarea {
|
textarea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue