ยง2024-10-13
- head.html
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/templates/axist.min.css" />
<!-- <link rel="stylesheet" href="/templates/bootstrap.min.css" /> -->
<style>
body {
# background-color: rgba(38, 40, 42, 0.52);
# background-color: rgb(50, 50, 50); /* Adjusted to a brighter shade */
background-color: rgb(5, 3, 1);
color: #ffffff;
}
img {
width: 100%;
height: auto;
}
a {
color: #ffcc00; /* Brighter link color */
text-decoration: none; /* Optional: Remove underline */
}
a:hover {
color: #ffff00; /* Change color on hover */
text-decoration: underline; /* Optional: Add underline on hover */
}
</style>