Skip to content

Commit

Permalink
added title class to emulate svg style
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio Biselli committed Jul 11, 2023
1 parent 17aec42 commit cc08e2e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions www/assets/css/wpt-header.css
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,13 @@ wpt-header .wptheader_nav_cta a {
font-size: 1rem;
}

wpt-header .wptheader_nav_title {
font-weight: bold;
-webkit-text-stroke: 1px;
font-size: 1rem;;
margin-bottom: 0.5em;
}

wpt-header .wptheader_nav li details[open] {
background: var(--wpt-header-text);
color: var(--wpt-header-border);
Expand Down
2 changes: 1 addition & 1 deletion www/templates/layouts/includes/wpt-header.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function addTab($tabName, $tabUrl, $addClass = '')
?>
</div>
<div class="wptheader_nav_menu_section wptheader_nav_cta">
<strong>Enterprise Monitoring</strong>
<p class="wptheader_nav_title" >Enterprise Monitoring</p>
</div>
<div class="wptheader_nav_menu_section">
<ul>
Expand Down

0 comments on commit cc08e2e

Please sign in to comment.