diff options
Diffstat (limited to 'css/style.css')
-rw-r--r-- | css/style.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css index 7825122..753d625 100644 --- a/css/style.css +++ b/css/style.css @@ -5,6 +5,22 @@ Author: jesus e. */ /* basic formatting changes (mostly to cater for darker colours) */ + +/* ------------- Menu Mobile sin JS ---------------- */ +/* input hidden */ +#navbar-toggle-cbox { + display: none; +} + +label[for=navbar-toggle-cbox] { + cursor: pointer; +} + +#navbar-toggle-cbox:checked ~ .navbar-menu { + display: block; +} +/*- ----------- End Menu Mobile sin JS ------------- */ + code { background-color: #282828; color: #73d1ed; |