Fix focus color
This commit is contained in:
parent
49effa1b06
commit
5e7e17c839
6 changed files with 10 additions and 5 deletions
5
CHANGES
5
CHANGES
|
@ -2,6 +2,11 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
1.1.1 (*2020-06-20*)
|
||||
====================
|
||||
|
||||
- Update focus color
|
||||
|
||||
1.1.0 (*2020-06-20*)
|
||||
====================
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -28,7 +28,7 @@ with open("README.rst", "r") as fh:
|
|||
|
||||
setup(
|
||||
name="sphinx_nervproject_theme",
|
||||
version="1.1.0",
|
||||
version="1.1.1",
|
||||
url="https://procrastinator.nerv-project.eu/nerv-project/communication/sphinx_nervproject_theme",
|
||||
license="EUPL 1.2",
|
||||
author="Kujiu",
|
||||
|
|
|
@ -6,7 +6,7 @@ from sphinx.environment.collectors import EnvironmentCollector
|
|||
from sphinx import addnodes
|
||||
from sphinx.util.osutil import relative_uri
|
||||
|
||||
__version__ = (1, 1, 0)
|
||||
__version__ = (1, 1, 1)
|
||||
|
||||
|
||||
sys.setrecursionlimit(15000)
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -55,7 +55,7 @@ Nv: Navbar
|
|||
|
||||
@baseAClr: hsl(211, 49%, 53%);
|
||||
@baseSdA2Clr: hsl(211, 49%, 74.2%);
|
||||
@baseFClr: hsl(347, 100%, 43%);
|
||||
@baseFClr: hsl(36, 97%, 53%);
|
||||
@baseBgClr: hsl(0, 0%, 95%);
|
||||
@baseTClr: hsl(210, 29%, 24%);
|
||||
@baseT2Clr: hsl(210, 29%, 11%);
|
||||
|
|
Loading…
Reference in a new issue