This commit is contained in:
Alexander Agnarson 2020-08-16 14:13:38 +02:00
parent 0758928289
commit c8f29f10fd
2 changed files with 6 additions and 3 deletions

View file

@ -1,7 +1,7 @@
/*
Theme Name: Curver
Theme URI: http://alx.media/themes/curver/
Version: 1.1.2
Version: 1.1.3
Requires at least: 5.0
Requires PHP: 5.6
Tested up to: 5.5
@ -72,7 +72,7 @@ table { border-collapse: collapse; border-spacing: 0; }
body { background: #eee; font-size: 15px; line-height: 1.5em; color: #555; font-weight: 300; }
::selection { background: #ed542f; color: #fff; }
::-moz-selection { background: #ed542f; color: #fff; }
a { color: #ed542f; text-decoration: none; outline: 0; }
a { color: #ed542f; text-decoration: none; }
a:hover { color: #333; }
img { max-width: 100%; height: auto; box-shadow: 0 10px 10px rgba(0,0,0,0.1), 0 1px 1px rgba(0,0,0,0.15); }
#wpadminbar img { box-shadow: none; }