Skip to content

Commit

Permalink
add the document_font_size theme option to each them documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Thecarisma committed May 12, 2020
1 parent aefa7ac commit a474591
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,14 @@ Useful Links
License
--------

Creative Commons Zero v1.0 Universal License. Copyright (c) 2020 Adewale Azeez
Creative Commons Zero v1.0 Universal License. Copyright (c) 2020 Adewale Azeez

Change Log
-----------

1.1
'''''''''

- Remove <no title> from pages with no title. If no title set title to page or project name `731e51d <https://github.com/Thecarisma/themata/commit/731e51dc3999f3fd00594837268e9e98aae27924>`_
- Add theme option to set the document font-size `aefa7ac <https://github.com/Thecarisma/themata/commit/aefa7acbe45d7269773e6bc6c2145a44808a25b2>`_
- Support a placeholder '__change__title__' to tell themata to change title `731e51d <https://github.com/Thecarisma/themata/commit/731e51dc3999f3fd00594837268e9e98aae27924>`_
1 change: 1 addition & 0 deletions docs/clear/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ background color to gray:
.. csv-table::
:header: "Option", "Default", "Description"

"document_font_size", "16px", "the document font size"
"text_color", "#727273", "text color"
"link_color", "#727273", "link color"
"highlight_color", "#34aeeb", "link hover color"
Expand Down
1 change: 1 addition & 0 deletions docs/fandango/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ background color to gray:
.. csv-table::
:header: "Option", "Default", "Description"

"document_font_size", "16px", "the document font size"
"text_color", "#02516e", "text color"
"link_color", "#5682d1", "link color"
"highlight_color", "#6fcced", "link hover color"
Expand Down
1 change: 1 addition & 0 deletions docs/fluid/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ background color to gray:
.. csv-table::
:header: "Option", "Default", "Description"

"document_font_size", "16px", "the document font size"
"text_color", "#363638", "text color"
"link_color", "#0d8aa1", "link color"
"highlight_color", "#0d8aa1", "link hover color"
Expand Down
1 change: 1 addition & 0 deletions docs/garri/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ background color to gray:
.. csv-table::
:header: "Option", "Default", "Description"

"document_font_size", "16px", "the document font size"
"text_color", "#000000", "text color"
"link_color", "#33658E", "link color"
"highlight_color", "#33658E", "link hover color"
Expand Down
1 change: 1 addition & 0 deletions docs/hackish/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ background color to gray:
.. csv-table::
:header: "Option", "Default", "Description"

"document_font_size", "16px", "the document font size"
"text_color", "rgb(36,233,10)", "text color"
"link_color", "rgb(146,250,131)", "link color"
"highlight_color", "rgb(36,233,10)", "link hover color"
Expand Down
1 change: 1 addition & 0 deletions docs/milkish/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ background color to gray:
.. csv-table::
:header: "Option", "Default", "Description"

"document_font_size", "16px", "the document font size"
"text_color", "#727273", "text color"
"link_color", "#727273", "link color"
"highlight_color", "#34aeeb", "link hover color"
Expand Down
1 change: 1 addition & 0 deletions docs/sugar/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ background color to gray:
.. csv-table::
:header: "Option", "Default", "Description"

"document_font_size", "16px", "the document font size"
"text_color", "#727273", "text color"
"link_color", "#727273", "link color"
"highlight_color", "#34aeeb", "link hover color"
Expand Down
1 change: 1 addition & 0 deletions docs/water/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ background color to gray:
.. csv-table::
:header: "Option", "Default", "Description"

"document_font_size", "16px", "the document font size"
"text_color", "#727273", "text color"
"link_color", "#727273", "link color"
"highlight_color", "#70999c", "link hover color"
Expand Down

0 comments on commit a474591

Please sign in to comment.