links are colored
parent
936b3ec2f6
commit
73e43f8f4b
|
|
@ -5,9 +5,23 @@
|
||||||
body {
|
body {
|
||||||
background-image: url('/media/bg.jpg'); background-size: cover; background-repeat: no-repeat;
|
background-image: url('/media/bg.jpg'); background-size: cover; background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Link-Farben definieren */
|
||||||
|
a.text-light {
|
||||||
|
color: #5f7c8e !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.text-light:visited {
|
||||||
|
color: #4f6a7b !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Optionale Hover-Effekte */
|
||||||
|
a.text-light:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<div style="background-color: rgba(0, 0, 0, 0.6); color: #eeeeee; border-radius: 2px; margin-top: 10px;" class="container">
|
<div style="background-color: rgba(0, 0, 0, 0.6); color: #eeeeee; border-radius: 2px; margin-top: 10px;" class="container">
|
||||||
<div style="padding: 20px;">
|
<div style="padding: 20px; font-size: 18px;">
|
||||||
<h2 style="text-align: justify;">Support Us</h2>
|
<h2 style="text-align: justify;">Support Us</h2>
|
||||||
<hr style="background-color: #999999;">
|
<hr style="background-color: #999999;">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue