mirror of https://github.com/tildeclub/site.git
Update style.css
This commit is contained in:
parent
3c2fbbc0b3
commit
8ba9569838
35
style.css
35
style.css
|
@ -103,7 +103,7 @@ code > span.fl {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Style the navbar */
|
/* Style the navbar */
|
||||||
#navbar {
|
#navbar {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: #fb5;
|
background-color: #fb5;
|
||||||
color: #222;
|
color: #222;
|
||||||
|
@ -113,21 +113,32 @@ code > span.fl {
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 0.25em;
|
border-radius: 0.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navbar a:hover {
|
#navbar a:hover {
|
||||||
background-color: #f93;
|
background-color: #f93;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Navbar links */
|
/* Navbar links */
|
||||||
#navbar a {
|
#navbar a {
|
||||||
float: left;
|
float: left;
|
||||||
display: block;
|
display: block;
|
||||||
color: black;
|
color: black;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 14px;
|
padding: 14px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* RSS Icon Styles */
|
||||||
|
.rss-icon {
|
||||||
|
float: right;
|
||||||
|
padding: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rss-icon img {
|
||||||
|
width: 24px; /* Adjust icon size */
|
||||||
|
height: 24px; /* Adjust icon size */
|
||||||
|
}
|
||||||
|
|
||||||
/* Page content */
|
/* Page content */
|
||||||
.content {
|
.content {
|
||||||
|
@ -280,13 +291,3 @@ pre {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #fb5 !important; /* Use !important to override other styles */
|
color: #fb5 !important; /* Use !important to override other styles */
|
||||||
}
|
}
|
||||||
.rss-icon-container {
|
|
||||||
position: absolute;
|
|
||||||
right: 20px; /* Adjust as needed */
|
|
||||||
top: 20px; /* Adjust as needed */
|
|
||||||
}
|
|
||||||
|
|
||||||
.rss-icon-container img {
|
|
||||||
width: 24px; /* Adjust icon size */
|
|
||||||
height: 24px; /* Adjust icon size */
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue