mirror of
https://github.com/kmitresse/Cards-Rush.git
synced 2026-07-09 13:27:45 +00:00
reactor(DevWeb): Set global CSS in a separate CSS file
This commit is contained in:
@@ -14,18 +14,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.0/css/bulma.min.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
|
||||
|
||||
<style>
|
||||
:root {
|
||||
--bulma-primary-h: 0;
|
||||
--bulma-primary-s: 70%;
|
||||
--bulma-primary-l: 35%;
|
||||
}
|
||||
|
||||
.hero {
|
||||
background: url("${pageContext.request.contextPath}/static/img/Home.svg") lightgray 50% / cover no-repeat;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="${pageContext.request.contextPath}/static/css/global.css">
|
||||
|
||||
<jsp:invoke fragment="head"/>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user