mirror of
https://github.com/zaaarf/friendenstein.git
synced 2024-11-14 03:29:23 +01:00
updated code css
This commit is contained in:
parent
61fc21c07c
commit
f70c2070d0
1 changed files with 9 additions and 22 deletions
|
@ -155,8 +155,10 @@ img {
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
color: var(--bgColor);
|
border: 1px solid var(--metaColor);
|
||||||
background-color: var(--fgColor);
|
padding: 1rem;
|
||||||
|
overflow-x: auto;
|
||||||
|
font-style: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
p code,
|
p code,
|
||||||
|
@ -166,6 +168,11 @@ div code {
|
||||||
background-color: var(--fgColor);
|
background-color: var(--fgColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre code {
|
||||||
|
color: inherit;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
iframe {
|
iframe {
|
||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
}
|
}
|
||||||
|
@ -299,24 +306,4 @@ textarea {
|
||||||
|
|
||||||
.floatLeft {
|
.floatLeft {
|
||||||
float: left
|
float: left
|
||||||
}
|
|
||||||
|
|
||||||
#statuscafe {
|
|
||||||
border: 2px dashed var(--metaColor);
|
|
||||||
border-radius: 10px;
|
|
||||||
margin-bottom: 2rem;
|
|
||||||
padding: 1.4rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
#statuscafe-content {
|
|
||||||
margin-left: 1rem
|
|
||||||
}
|
|
||||||
|
|
||||||
#statuscafe:focus,
|
|
||||||
#statuscafe:hover {
|
|
||||||
transform: scale(1.05);
|
|
||||||
-webkit-transition: .1s ease-in;
|
|
||||||
-moz-transition: .1s ease-in;
|
|
||||||
-o-transition: .1s ease-in;
|
|
||||||
background: var(--bgSelect)
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue