Skip to content

Commit

Permalink
Remove vendor-specific styles
Browse files Browse the repository at this point in the history
  • Loading branch information
pouya-abbassi committed Jul 5, 2022
1 parent 4d73e19 commit e164b2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions sass/style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,6 @@ a.navbar-item
position: relative
width: 3.25rem
margin-left: auto
-moz-appearance: none
-webkit-appearance: none
appearance: none
background: none
border: none
color: currentColor
Expand Down Expand Up @@ -329,8 +326,6 @@ h1, h2, h3,h4, h5, h6
padding-bottom: calc(0.5em - 1px)
text-align: center
white-space: nowrap
-moz-appearance: none
-webkit-appearance: none
align-items: center
border: 1px solid transparent
border-radius: 4px
Expand Down
2 changes: 1 addition & 1 deletion theme/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% block head %}
<meta charset="utf-8" />
<title>{% if article is defined and article.title is defined %}{{ article.title|title }}{% if article.description is defined %}, {{ article.description }}{% endif %}{% elif page is defined and page.title is defined %}{{ page.title|title }}{% if page.description is defined %}, {{ page.description }}{% endif %}{% else %}{{ SITENAME }}{% endif %}</title>
<link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/css/style.css?v=1">
<link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/css/style.css?v=2">
<link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/css/pygment.min.css?v=0">
<noscript>
<link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/css/font-awesome.min.css?v=1">
Expand Down

0 comments on commit e164b2f

Please sign in to comment.