Skip to content

Commit

Permalink
update ui
Browse files Browse the repository at this point in the history
  • Loading branch information
maximoospital committed Jun 15, 2024
1 parent a941454 commit c72f366
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@
{% if site.data.social %}
<ul class="bio__social">
{% for item in site.data.social %}
<li><a href="{{ item.url }}" target="_blank">{{ item.title }}</a></li>
<li><a href="{{ item.url }}" target="_blank" class="tui-button tui-no-shadow">{{ item.title }}</a></li>
{% endfor %}
</ul>
{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion assets/tuicss.css
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ input, select, textarea {
display: inline-block;
outline: 0;
padding: 1px 10px;
background-color: rgb(0, 168, 0);
background-color: white;
color: black;
border: none;
cursor: pointer;
Expand Down

0 comments on commit c72f366

Please sign in to comment.