Skip to content

Commit

Permalink
update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
SUSP8129 authored Oct 11, 2024
1 parent b1c839d commit 6620a0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@
<body>
<h1>About Caret</h1>
<h2 class="zero">0. Table of Contents</h2>
<p class="blank">---------------------------------------------</p>
<ul>
<ul class="contents">
<li><a href="#section1">1. What Is "Caret"?</a></li>
<li><a href="#section2">2. What Is the Good Point?</a></li>
<li><a href="#section3">3. But, "Caret" is not perfect</a></li>
<li><a href="#section4">4. </a></li>
<li><a href="#section5">5. </a></li>
<li><a href="#section6">6. </a></li>
</ul>
<p class="blank">----------------------------------------------</p>
<p>In this article, I will tell you about "Caret", one of the Chrome extensions.</p>
<p>Mainly for Chromebook users.</p>

Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
background-color: pink;
}

.blank {
background-color: lightslategray;
.contents {
background-color: lightgray;
}

.first {
Expand Down

0 comments on commit 6620a0a

Please sign in to comment.