Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Hiboo
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
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
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
AF
Hiboo
Commits
d953c5f6
Verified
Commit
d953c5f6
authored
5 months ago
by
ornanovitch
Browse files
Options
Downloads
Patches
Plain Diff
fix: make app header text more visible
parent
05b85356
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
assets/app.scss
+1
-1
1 addition, 1 deletion
assets/app.scss
hiboo/templates/base.html
+2
-2
2 additions, 2 deletions
hiboo/templates/base.html
hiboo/templates/themes.html
+1
-1
1 addition, 1 deletion
hiboo/templates/themes.html
with
4 additions
and
4 deletions
assets/app.scss
+
1
−
1
View file @
d953c5f6
...
...
@@ -76,7 +76,7 @@ a {
transition
:
0
.3s
ease-in-out
;
#
bd-theme
.
dropdown-toggle
:
:
after
{
border-top-color
:
rgba
(
255
,
255
,
255
,
0
.55
)
;
border-top-color
:
white
;
}
}
...
...
This diff is collapsed.
Click to expand it.
hiboo/templates/base.html
+
2
−
2
View file @
d953c5f6
...
...
@@ -45,7 +45,7 @@
<div
class=
"container-fluid"
>
<ul
class=
"navbar-nav flex-row ms-auto"
>
<li
class=
"nav-item text-nowrap d-md-none"
>
<button
class=
"nav-link px-3"
<button
class=
"nav-link px-3
text
"
type=
"button"
data-bs-toggle=
"offcanvas"
data-bs-target=
"#sidebarMenu"
...
...
@@ -59,7 +59,7 @@
{% include "themes.html" %}
<li
class=
"nav-item"
>
{% if current_user.is_authenticated %}
<div
class=
"nav-link px-3"
>
{{ render_icon("person-fill") }} {{ current_user.username }}
</div>
<div
class=
"nav-link
text-white
px-3"
>
{{ render_icon("person-fill") }} {{ current_user.username }}
</div>
{% endif %}
</li>
</ul>
...
...
This diff is collapsed.
Click to expand it.
hiboo/templates/themes.html
+
1
−
1
View file @
d953c5f6
...
...
@@ -24,7 +24,7 @@
<svg
class=
"bi my-1 theme-icon-active"
width=
"1em"
height=
"1em"
fill=
"
rgba(255, 255, 255, 0.55)
"
>
fill=
"
white
"
>
<use
href=
"#circle-half"
></use>
</svg>
<span
class=
"visually-hidden"
id=
"bd-theme-text"
>
Toggle theme
</span>
...
...
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