diff options
author | Joey <joey@lineageos.org> | 2018-03-12 13:55:27 +0100 |
---|---|---|
committer | Joey <joey@lineageos.org> | 2018-03-12 16:00:00 +0100 |
commit | b6d895cd9faec16a2f2020cc447a2aa1c698392e (patch) | |
tree | 9c80bdebcdd7abef35deeff38554593459e257c0 /assets/customizations.css | |
parent | 55ccdc3002a2adaee63231b59b6580cca7437869 (diff) | |
download | lineage-sdk-b6d895cd9faec16a2f2020cc447a2aa1c698392e.tar.gz lineage-sdk-b6d895cd9faec16a2f2020cc447a2aa1c698392e.tar.bz2 lineage-sdk-b6d895cd9faec16a2f2020cc447a2aa1c698392e.zip |
Initial javadoc pushgh-pages
Change-Id: Ic4f9f576d0676dc696631b49d7e65e72b0ccde85
Signed-off-by: Joey <joey@lineageos.org>
Diffstat (limited to 'assets/customizations.css')
-rw-r--r-- | assets/customizations.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/assets/customizations.css b/assets/customizations.css new file mode 100644 index 00000000..958f6888 --- /dev/null +++ b/assets/customizations.css @@ -0,0 +1,14 @@ +#masthead-title { + color: #373332; + text-decoration: none; + font-weight: bold; + margin-left: 5px; +} + +#headerLeft a { + text-decoration: none; +} + +#header { + border-bottom: 4px solid rgb(22, 124, 128); +} |