Update styles.css

This commit is contained in:
Lucas 2021-09-12 18:28:12 -03:00 committed by GitHub
parent 7ab66f8479
commit f35eba32bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -9,6 +9,15 @@ a{
text-decoration:none;
color:rgb(59, 150, 180);
}
code{
background:rgb(184, 184, 184);
border-radius:3px;
padding:3px;
color:black;
}
#follow_inst{
margin:0 10px;
}
/* Header */
header{