Removed some unnecessary style classes.

This commit is contained in:
The Wobbler 2024-10-21 13:39:00 +02:00
parent 5f7e5cd919
commit 31c4330751

View file

@ -126,65 +126,6 @@ a {
text-decoration: none;
}
.normal-link {
font-family: ubuntu, arial;
color: #5865f2;
}
.normal-link-button {
font-family: ubuntu, arial;
color: #f2f2f2;
background-color: rgba(51, 51, 51, 0.8);
padding: 5px 8px;
text-decoration: none;
font-size: 17px;
border-style: inset;
border-width: 4px;
border-color: rgba(51, 51, 204, 0.8) rgba(51, 51, 204, 0.8) rgba(153, 255, 102, 0.8) rgba(153, 255, 102, 0.8 );
}
.normal-link-button:hover {
background-color: rgba(240, 240, 240, 0.6);
cursor: pointer;
}
.normal-emoji {
height: 16px;
width: 16px;
align: center;
}
.pythonscripts {
background-color: rgba(51, 51, 51, 0.863);
width: 160px;
height: 32px;
}
.merge_box {
font-family: ubuntu;
color: white;
font-size: 18px;
padding: 5px 16px;
background-color: rgba(51, 51, 51, 0.863);
position: relative;
left: 50%;
}
.normal-list {
font-family: ubuntu;
color: white;
font-size: 18px;
}
.program {
font-family: ubuntu;
color: white;
font-size: 18px;
padding: 5px 16px;
background-color: rgba(51, 51, 51, 0.863);
position: relative;
}
.search-folder {
visibility: hidden;
}