Skip to content

Instantly share code, notes, and snippets.

@marksy
Last active December 31, 2015 05:39
Show Gist options
  • Save marksy/7942673 to your computer and use it in GitHub Desktop.
Save marksy/7942673 to your computer and use it in GitHub Desktop.
styling for devTools
#dev-tools {
background: rgba(51,53,44,.95);
border-bottom: 1px solid rgba(255,255,255,.2);
color: rgba(228,223,112,1);
display: none;
font-family: 'Courier', monospace;
font-size: 1.4em;
padding: 12px;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 100;
}
#dev-tools .alt-color {
color: rgba(113,216,239,1);
}
#dev-tools.switch {
top: auto;
bottom: 0;
border-top: 1px solid rgba(255,255,255,.2);
border-bottom: none;
}
@marksy
Copy link
Author

marksy commented Mar 24, 2014

Version 1.01
updated so when you roll over it changes position,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment