css fixing pt. 1

This commit is contained in:
Emma Tebibyte 2022-07-01 06:52:41 -04:00
parent fee3c8e531
commit cb28bd682d
1 changed files with 5 additions and 6 deletions

View File

@ -16,12 +16,11 @@
}
body {
background-color: black;
background-color: black;
font-family: 'Ubuntu';
color: white;
max-width: 800px;
max-width: 95%;
text-align: justify;
margin: 2em auto;
}
footer {
@ -69,12 +68,12 @@ a:visited {
}
a:hover {
color: red;
color: red;
text-decoration: underline;
}
a:active {
color: red;
color: red;
text-decoration: underline;
}
@ -95,4 +94,4 @@ ul {
*
* You should have received a copy of the GNU General Public License
* along with TiB.css. If not, see <https://www.gnu.org/licenses/agpl-3.0.en.html>.
*/
*/