Skip to content

Commit

Permalink
assets: remove button styling
Browse files Browse the repository at this point in the history
Yeesh.
  • Loading branch information
NotAShelf committed Dec 7, 2024
1 parent 2c66f25 commit e5a34ff
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@

a {
text-decoration: none;
color: #3498db;
font-size: 1.2rem;
}

Expand All @@ -71,15 +70,10 @@
display: inline-block;
padding: 8px 16px;
border-radius: 4px;
background-color: #3498db;
color: white;
font-weight: bold;
transition: background-color 0.3s ease;
}

a:hover {
background-color: #2980b9;
}
</style>
</head>
<body>
Expand Down

0 comments on commit e5a34ff

Please sign in to comment.