Skip to content

Commit

Permalink
incorporate minified styles css (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
oraNod authored Nov 3, 2023
1 parent 59463db commit 3f98e66
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
10 changes: 10 additions & 0 deletions static/css/styles.min.css

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions templates/_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@
<meta name="author" content="{{ base.site_author }}" />
<link rel="stylesheet"
href="https://static.redhat.com/libs/redhat/redhat-font/2.0.0/webfonts/red-hat-font.css"/>
<link rel="stylesheet"
href="https://www.ansible.com/hubfs/css/styles.min.css"/>
<link rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.1.0/css/all.css"
integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt"
crossorigin="anonymous"/>
<link rel="stylesheet" href="static/css/styles.min.css"/>
<link rel="stylesheet" href="static/css/main.css">
<link rel="stylesheet" href="static/css/redhat-footer.css">
</head>
Expand Down

0 comments on commit 3f98e66

Please sign in to comment.