Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
mrhlpr
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
mrhlpr
Commits
87e1d981
Commit
87e1d981
authored
3 months ago
by
Newbyte
Browse files
Options
Downloads
Patches
Plain Diff
Revert "docs: use pmOS green color in html output (MR 66)"
This reverts commit
da492e4a
parent
da492e4a
Branches
revert-da492e4a
No related tags found
No related merge requests found
Pipeline
#213074
passed with warnings
3 months ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/_static/pmOS.css
+0
-13
0 additions, 13 deletions
docs/_static/pmOS.css
docs/conf.py
+0
-5
0 additions, 5 deletions
docs/conf.py
with
0 additions
and
18 deletions
docs/_static/pmOS.css
deleted
100644 → 0
+
0
−
13
View file @
da492e4a
/* pmOS styling color */
body
{
--themecolor
:
#009900
;
}
/* sets the menu bg color for desktop layout */
.wy-side-nav-search
{
background-color
:
var
(
--themecolor
)
}
/* sets the menu bg color for mobile layout */
.wy-nav-top
{
background-color
:
var
(
--themecolor
)
}
This diff is collapsed.
Click to expand it.
docs/conf.py
+
0
−
5
View file @
87e1d981
...
...
@@ -58,11 +58,6 @@ html_theme_options = {
"
style_external_links
"
:
True
,
}
# customize styling
html_static_path
=
[
"
_static
"
]
html_css_files
=
[
"
pmOS.css
"
]
# -- Options for manual page output ---------------------------------------
# One entry per manual page. List of tuples
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment