Skip to content

Instantly share code, notes, and snippets.

View lindseydiloreto's full-sized avatar

Lindsey DiLoreto lindseydiloreto

View GitHub Profile
@lindseydiloreto
lindseydiloreto / cp.css
Last active July 30, 2018 08:25
Sample CSS for Control Panel (Craft 3)
/* Sidebar background color */
#global-sidebar {
background: #333f4d;
}
/* Header background color */
#main-container #main #header {
background: #ebedef;
}
@lindseydiloreto
lindseydiloreto / cp.css
Created January 7, 2015 18:17
CP CSS - Starter Code
/* Header background color */
#header {
background: #333f4d;
}
/* Page background (including tabs) */
html, body,
#nav li a.sel {
background: #f1f2f3;
}