Skip to content

Commit

Permalink
tiptap editor style
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaine0325 committed Oct 23, 2023
1 parent 1bece55 commit b29dcb0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/routes/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,20 @@ a:hover {
.ai-block-bg {
background-color: #444654;
}

/* Taptip */

.taptip {
background-color: #42414F;
border:0px;
border-radius: 5px;
position: relative;
left: 50%;
top: 50%;
width: 800px;
height: 50px;
font-size: 20px;
color: white;
padding: 10px;
margin: 10px;
}

0 comments on commit b29dcb0

Please sign in to comment.