mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-08-25 22:12:02 +02:00
Added a button for the GitHub Page and changed the font to Google's Roboto
This commit is contained in:
@@ -4,7 +4,7 @@ body{
|
||||
background-repeat: no-repeat; /* Do not repeat the image */
|
||||
background-attachment: fixed; /* The background image does not scroll */
|
||||
color: #000000;
|
||||
font-family: 'Segoe UI';
|
||||
font-family: 'Roboto';
|
||||
display: flex; /* Use flexbox to center content */
|
||||
justify-content: center; /* Center horizontally */
|
||||
align-items: center; /* Center vertically */
|
||||
@@ -39,8 +39,12 @@ input{
|
||||
align-items: center; /* Centering child elements horizontally */
|
||||
}
|
||||
#Title{
|
||||
font-family: 'Segoe UI';
|
||||
font-size: 300%;
|
||||
}
|
||||
#LinkButtons{
|
||||
display: inline-block;
|
||||
}
|
||||
.button {
|
||||
background-color:transparent;
|
||||
border-radius:28px;
|
||||
|
Reference in New Issue
Block a user