Files
VulturiCracked/Panel/static/css/main.css
T

23 lines
496 B
CSS
Raw Normal View History

2026-08-27 11:02:04 -06:00
/* Coded by [email protected] */
@import url(https://fonts.googleapis.com/css?family=Roboto:300);
body {
background-color: #111111;
font-family: "Roboto", sans-serif;
}
#country_flag {
position: relative;
width: 30px;
height: 20px;
top: 3px;
float: left;
margin-left: 25px;
}
ul.select-dropdown,
ul.dropdown-content {
width: auto !important;
}
.dropdown-content li > a, .dropdown-content li > span {
color: #313131 !important;
}