Update App.vue styles; add background color, border, and border-radius to enhance container appearance
This commit is contained in:
@@ -118,6 +118,9 @@ const pageTitle = computed(() => {
|
||||
color: #2c3e50;
|
||||
margin: 0;
|
||||
padding: 0 15px;
|
||||
background-color: #fdfdfd;
|
||||
border: 1px solid #e0e0e0;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.container {
|
||||
|
||||
Reference in New Issue
Block a user