„threadr/style.css“ ändern
parent
4bb4e2c8a9
commit
3bf09e1948
|
@ -7,6 +7,22 @@
|
||||||
padding: 25px 25px;
|
padding: 25px 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.beige {
|
||||||
|
color: #fef6e4
|
||||||
|
}
|
||||||
|
|
||||||
|
.blue {
|
||||||
|
color: #001858
|
||||||
|
}
|
||||||
|
|
||||||
|
.pink {
|
||||||
|
color: #f582ae;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cyan {
|
||||||
|
color: #8bd3dd;
|
||||||
|
}
|
||||||
|
|
||||||
div {
|
div {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: clip;
|
text-overflow: clip;
|
||||||
|
@ -41,27 +57,11 @@ p {
|
||||||
color: #001858;
|
color: #001858;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.pink {
|
|
||||||
color: #f582ae;
|
|
||||||
}
|
|
||||||
|
|
||||||
p.cyan {
|
|
||||||
color: #8bd3dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
color: #001858;
|
color: #001858;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.pink {
|
|
||||||
color: #f582ae;
|
|
||||||
}
|
|
||||||
|
|
||||||
a.cyan {
|
|
||||||
color: #8bd3dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
i {
|
i {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
color: #001858;
|
color: #001858;
|
||||||
|
|
Loading…
Reference in New Issue