base text about templates
This commit is contained in:
+35
@@ -10,6 +10,27 @@ body {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.github-link img {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.github-link {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
font-size: 1.1rem;
|
||||
padding: 0.5rem 1rem;
|
||||
border-radius: 5px;
|
||||
transition: background-color 0.3s;
|
||||
}
|
||||
|
||||
.github-link:hover {
|
||||
background-color: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
header {
|
||||
text-align: center;
|
||||
padding-top: 0px;
|
||||
@@ -102,6 +123,20 @@ h1, h2 {
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.no-margin {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
codesp{
|
||||
font-family: "Space Grotesk", monospace;
|
||||
background-color: rgb(66, 69, 72)
|
||||
}
|
||||
* codesp {
|
||||
padding: 1px 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user