Update styles
This commit is contained in:
parent
5faca190a6
commit
cf04f5047e
2 changed files with 7 additions and 4 deletions
|
@ -10,7 +10,7 @@ Omphaloskepsis is a portfolio- and experience-centric WordPress Theme.
|
|||
|
||||
## Copyright
|
||||
|
||||
Omphaloskepsis WordPress Theme, Copyright 2016-2020 Ben Goldsworthy
|
||||
Omphaloskepsis WordPress Theme, Copyright 2016-2017 Ben Goldsworthy
|
||||
Omphaloskepsis is distributed under the terms of the GNU GPL
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
@ -23,7 +23,7 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
Omphaloskepsis Theme bundles the following third-party resources:
|
||||
Twenty Sixteen Theme bundles the following third-party resources:
|
||||
|
||||
HTML5 Shiv v3.7.0, Copyright 2014 Alexander Farkas
|
||||
Licenses: MIT/GPL2
|
||||
|
@ -43,4 +43,4 @@ Source: http://www.genericons.com
|
|||
|
||||
### Long-term
|
||||
|
||||
* SOCs
|
||||
* SOCs
|
|
@ -1118,7 +1118,10 @@ article.tile > header > h2 {
|
|||
|
||||
a {
|
||||
opacity: 0.8;
|
||||
text-decoration: underline;
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
.footnote_plugin_index a {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
a:hover, a:focus {
|
||||
opacity: 1;
|
||||
|
|
Reference in a new issue