1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-17 14:22:24 +02:00

Changed to use org blue instead

This commit is contained in:
gilbN 2019-04-13 17:51:12 +02:00
parent b257d529c7
commit ef713831d2

View File

@ -129,7 +129,13 @@ body{
right: auto;
}
.material-icons, .prompt .file-list ul li:before{
color: #f4dbb0f2;
color: white;
}
#listing.list .item div:first-of-type i {
color: #2cabe3;
}
#listing .item i {
color: #2cabe3;
}
#listing .item[aria-selected=true]{
background-color: rgba(255, 255, 255, 0.2) !important;
@ -140,6 +146,9 @@ body{
#breadcrumbs span a{
color: rgb(238, 238, 238);
}
#breadcrumbs {
border-bottom: 1px solid #2196f3;
}
#listing .item{
background-color: rgba(0,0,0,.15);
color:rgb(238, 238, 238);