Joes recommended colour changes

This commit is contained in:
Conor_Mack 2020-04-17 11:08:17 +01:00
parent ee7ae8ef01
commit d99cd280b6
1 changed files with 4 additions and 4 deletions

View File

@ -26,8 +26,8 @@
} }
.component-item:hover { .component-item:hover {
background: #f5f5f5; /* background: #f5f5f5; */
/* background: #fbfbfb; */ background: #fbfbfb;
border-radius: 5px; border-radius: 5px;
} }
@ -64,7 +64,7 @@
} }
i { i {
font-size: 28px; font-size: 24px;
/* color: #808192; */ color: #808192;
} }
</style> </style>