mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
30 lines
824 B
CSS
30 lines
824 B
CSS
/* =============================================================================
|
|
Base
|
|
========================================================================== */
|
|
|
|
/*
|
|
* 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
|
|
* 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
|
|
*/
|
|
|
|
html {
|
|
color: #222;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
}
|
|
|
|
/*
|
|
* Remove text-shadow in selection highlight: h5bp.com/i
|
|
* These selection declarations have to be separate
|
|
* Also: hot pink! (or customize the background color to match your design)
|
|
*/
|
|
|
|
/* =============================================================================
|
|
Links
|
|
========================================================================== */
|
|
|
|
a:focus {
|
|
outline: thin dotted;
|
|
}
|